Merge branch '26129-add-link-to-branches-page' into 'master'

Resolve "Add link to Branches page help text?"

Closes #26129

See merge request !8377
This commit is contained in:
Clement Ho 2017-01-10 00:56:22 +00:00
commit bb02141e41
2 changed files with 6 additions and 1 deletions

View file

@ -5,7 +5,8 @@
%div{ class: container_class }
.top-area.adjust
.nav-text
Protected branches can be managed in project settings
Protected branches can be managed in
= link_to 'project settings', namespace_project_protected_branches_path(@project.namespace, @project)
.nav-controls
= form_tag(filter_branches_path, method: :get) do

View file

@ -0,0 +1,4 @@
---
title: Convert project setting text into protected branch path link
merge_request: 8377
author: Ken Ding