diff options
-rw-r--r-- | app/views/groups/index.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/index.html.erb b/app/views/groups/index.html.erb index aee3a092b..809cdc7fc 100644 --- a/app/views/groups/index.html.erb +++ b/app/views/groups/index.html.erb @@ -19,6 +19,7 @@ <td class="buttons"><%= delete_link group %></td> </tr> <% end %> + </tbody> </table> <% else %> <p class="nodata"><%= l(:label_no_data) %></p> |