From ed32bc6902ab634451539770bcd910662212e01a Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 25 Jul 2026 02:56:49 +0200 Subject: Extract admin strings to i18n: users and tags clusters --- app/views/users/index.html.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/views/users/index.html.erb') 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 @@ -

Admins

+

<%= t(".admins") %>

<%= link_to new_user_path(admin: true), class: 'action_button' do %> - <%= icon("plus", library: "tabler", "aria-hidden": true) %> Create admin user + <%= icon("plus", library: "tabler", "aria-hidden": true) %> <%= t(".create_admin") %> <% end %> - + @@ -12,13 +12,13 @@ <%= render :partial => "user", :locals => {:users => @users[:admin] ||= []} %>
Login<%= t("users.labels.login") %>
-

Users

+

<%= t(".users") %>

<%= link_to new_user_path, class: 'action_button' do %> - <%= icon("plus", library: "tabler", "aria-hidden": true) %> Create user + <%= icon("plus", library: "tabler", "aria-hidden": true) %> <%= t(".create_user") %> <% end %> - + -- cgit v1.3
Login<%= t("users.labels.login") %>