Fixing HTML in groups index view

This commit is contained in:
Gregor Schmidt 2013-03-12 16:57:59 +01:00
parent 63976e6522
commit d6e5c9e1fa
1 changed files with 1 additions and 0 deletions

View File

@ -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> <td class="buttons"><%= link_to l(:button_delete), group, :confirm => l(:text_are_you_sure), :method => :delete, :class => 'icon icon-del' %></td>
</tr> </tr>
<% end %> <% end %>
</tbody>
</table> </table>
<% else %> <% else %>
<p class="nodata"><%= l(:label_no_data) %></p> <p class="nodata"><%= l(:label_no_data) %></p>