Small layout improvement.

This commit is contained in:
Martin Edenhofer 2014-06-06 21:52:16 +02:00
parent fde2c0e43a
commit eb48ac0e4f

View file

@ -11,7 +11,7 @@
<th <% if row.style: %>style="<%= row.style %>"<% end %>><%- @T( row.display ) %></th> <th <% if row.style: %>style="<%= row.style %>"<% end %>><%- @T( row.display ) %></th>
<% end %> <% end %>
<% if @destroy: %> <% if @destroy: %>
<th class="span2"><%- @T('Destroy') %></th> <th class="span2"><%- @T('Delete') %></th>
<% end %> <% end %>
</tr> </tr>
</thead> </thead>
@ -60,7 +60,7 @@
<td><%= object.updated_at %></td> <td><%= object.updated_at %></td>
--> -->
<% if @destroy: %> <% if @destroy: %>
<td> <td>
<a href="#" class="glyphicon glyphicon-trash" data-type="destroy"></a> <a href="#" class="glyphicon glyphicon-trash" data-type="destroy"></a>
</td> </td>
<% end %> <% end %>