summaryrefslogtreecommitdiff
path: root/app/views/users/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/index.html.erb')
-rw-r--r--app/views/users/index.html.erb12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb
index 4f5266d8..0a003cb1 100644
--- a/app/views/users/index.html.erb
+++ b/app/views/users/index.html.erb
@@ -1,10 +1,10 @@
1<h1>Admins</h1> 1<h1><%= t(".admins") %></h1>
2<%= link_to new_user_path(admin: true), class: 'action_button' do %> 2<%= link_to new_user_path(admin: true), class: 'action_button' do %>
3 <%= icon("plus", library: "tabler", "aria-hidden": true) %> Create admin user 3 <%= icon("plus", library: "tabler", "aria-hidden": true) %> <%= t(".create_admin") %>
4<% end %> 4<% end %>
5<table class="user_table"> 5<table class="user_table">
6 <tr class="header"> 6 <tr class="header">
7 <th>Login</th> 7 <th><%= t("users.labels.login") %></th>
8 <th></th> 8 <th></th>
9 <th></th> 9 <th></th>
10 <th></th> 10 <th></th>
@@ -12,13 +12,13 @@
12 <%= render :partial => "user", :locals => {:users => @users[:admin] ||= []} %> 12 <%= render :partial => "user", :locals => {:users => @users[:admin] ||= []} %>
13</table> 13</table>
14 14
15<h1>Users</h1> 15<h1><%= t(".users") %></h1>
16<%= link_to new_user_path, class: 'action_button' do %> 16<%= link_to new_user_path, class: 'action_button' do %>
17 <%= icon("plus", library: "tabler", "aria-hidden": true) %> Create user 17 <%= icon("plus", library: "tabler", "aria-hidden": true) %> <%= t(".create_user") %>
18<% end %> 18<% end %>
19<table class="user_table"> 19<table class="user_table">
20 <tr class="header"> 20 <tr class="header">
21 <th>Login</th> 21 <th><%= t("users.labels.login") %></th>
22 <th></th> 22 <th></th>
23 <th></th> 23 <th></th>
24 <th></th> 24 <th></th>