diff --git a/app/views/templates/admin_index.html.erb b/app/views/templates/admin_index.html.erb index 520cafb..2eec2dd 100644 --- a/app/views/templates/admin_index.html.erb +++ b/app/views/templates/admin_index.html.erb @@ -18,14 +18,14 @@ <% if @org_templates.length > 0 then %>
| <%= _('Title') %> | <%= _('Description') %> | <%= _('Status') %> | <%= _('Last updated') %> | -<%= _('Actions') %> | +
-
|
+
|---|
| <%= _('Title') %> | <%= _('Description') %> | <%= _('Status') %> | <%= _('Last updated') %> | -<%= _('Actions') %> + |
-
+
+
+
|
<% end %>
|---|