summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/index.html.erb12
1 files changed, 8 insertions, 4 deletions
diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb
index 984858e5..e3591c4e 100644
--- a/app/views/admin/index.html.erb
+++ b/app/views/admin/index.html.erb
@@ -71,11 +71,15 @@
71 <%= link_to assets_path, class: "action_button" do %> 71 <%= link_to assets_path, class: "action_button" do %>
72 <%= icon("folder", library: "tabler", "aria-hidden": true) %> <%= t("assets.index.title") %> 72 <%= icon("folder", library: "tabler", "aria-hidden": true) %> <%= t("assets.index.title") %>
73 <% end %> 73 <% end %>
74 <%= link_to users_path, class: "action_button" do %> 74 <% if current_user.is_admin? %>
75 <%= icon("users", library: "tabler", "aria-hidden": true) %> <%= t("users.index.users") %> 75 <%= link_to users_path, class: "action_button" do %>
76 <%= icon("users", library: "tabler", "aria-hidden": true) %> <%= t("users.index.title") %>
77 <% end %>
76 <% end %> 78 <% end %>
77 <%= link_to menu_items_path, class: "action_button" do %> 79 <% if current_user.redaktion? %>
78 <%= icon("menu-2", library: "tabler", "aria-hidden": true) %> <%= t(".navigation") %> 80 <%= link_to menu_items_path, class: "action_button" do %>
81 <%= icon("menu-2", library: "tabler", "aria-hidden": true) %> <%= t(".navigation") %>
82 <% end %>
79 <% end %> 83 <% end %>
80 <% trash_count = Node.trash.children.count %> 84 <% trash_count = Node.trash.children.count %>
81 <%= link_to trashed_nodes_path, class: "action_button" do %> 85 <%= link_to trashed_nodes_path, class: "action_button" do %>