Fixing HTML in groups index view
This commit is contained in:
parent
63976e6522
commit
d6e5c9e1fa
|
@ -19,6 +19,7 @@
|
|||
<td class="buttons"><%= link_to l(:button_delete), group, :confirm => l(:text_are_you_sure), :method => :delete, :class => 'icon icon-del' %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
<% else %>
|
||||
<p class="nodata"><%= l(:label_no_data) %></p>
|
||||
|
|
Loading…
Reference in New Issue