Commit bb02141e authored by Clement Ho's avatar Clement Ho

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

Resolve "Add link to Branches page help text?"

Closes #26129

See merge request !8377
parents 2f1701c5 e98ad707
......@@ -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
......
---
title: Convert project setting text into protected branch path link
merge_request: 8377
author: Ken Ding
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