Skip to content
Snippets Groups Projects
Commit a1385d11 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

hide admin link for users

parent 5c2e89b2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,8 +8,9 @@
%h1
GITLAB
 
= link_to admin_projects_path, :class => "admin_link", :title => "Admin area" do
= image_tag "admin.PNG", :width => 16
- if current_user.is_admin?
= link_to admin_projects_path, :class => "admin_link", :title => "Admin area" do
= image_tag "admin.PNG", :width => 16
 
%h1.project_name= title
.search= text_field_tag "search", nil, :placeholder => "Search", :class => "search-input"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment