Add label to cards
Also removes unused fields related to buttons and alignment
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<tr id="<%= dom_id(card) %>" class="card">
|
||||
<td><%= card.title %></td>
|
||||
<td>
|
||||
<%= card.label %><br>
|
||||
<%= card.title %>
|
||||
</td>
|
||||
<td><%= card.description %></td>
|
||||
<td>
|
||||
<%= card.link_text %><br>
|
||||
|
||||
Reference in New Issue
Block a user