Commit ceec3504 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Fixed changelog and a haml condition project.html.haml

parent 4739e4a7
...@@ -57,12 +57,12 @@ ...@@ -57,12 +57,12 @@
- if project_nav_tab? :settings - if project_nav_tab? :settings
= nav_link(path: %w[projects#edit members#show integrations#show repository#show ci_cd#show pages#show]) do = nav_link(path: %w[projects#edit members#show integrations#show repository#show ci_cd#show pages#show]) do
- if can_edit
= link_to edit_project_path(@project), title: 'Settings', class: 'shortcuts-tree' do = link_to edit_project_path(@project), title: 'Settings', class: 'shortcuts-tree' do
%span %span
Settings Settings
- else - else
= link_to edit_project_path(@project), title: 'Settings', class: 'shortcuts-tree' do = nav_link(path: %w[members#show]) do
= link_to namespace_project_settings_members_path(@project.namespace, @project), title: 'Settings', class: 'shortcuts-tree' do
%span %span
Settings Settings
......
--- ---
title: Removed the settings gear button inside the Project to a tab title: Moved project settings from the gear drop-down menu to a tab
merge_request: 9786 merge_request: 9786
author: author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment