Commit 2d67845d authored by Robert Speicher's avatar Robert Speicher

Merge branch '29881-default-project-view-highlighted-tab-when-changing-settings' into 'master'

Change ‘Project view’ label to ‘Project home page content’

Closes #29881

See merge request !11650
parents 536f74ff 5693de62
...@@ -37,9 +37,9 @@ ...@@ -37,9 +37,9 @@
= f.select :dashboard, dashboard_choices, {}, class: 'form-control' = f.select :dashboard, dashboard_choices, {}, class: 'form-control'
.form-group .form-group
= f.label :project_view, class: 'label-light' do = f.label :project_view, class: 'label-light' do
Project view Project home page content
= f.select :project_view, project_view_choices, {}, class: 'form-control' = f.select :project_view, project_view_choices, {}, class: 'form-control'
.help-block .help-block
Choose what content you want to see on a project's home page. Choose what content you want to see on a project’s home page
.form-group .form-group
= f.submit 'Save changes', class: 'btn btn-save' = f.submit 'Save changes', class: 'btn btn-save'
...@@ -50,15 +50,15 @@ You have 6 options here that you can use for your default dashboard view: ...@@ -50,15 +50,15 @@ You have 6 options here that you can use for your default dashboard view:
- Your groups - Your groups
- Your [Todos] - Your [Todos]
### Default project view ### Project home page content
The default project view settings allows you to choose what content you want to The project home page content setting allows you to choose what content you want to
see on a project's landing page. see on a project’s home page.
You can choose between 2 options: You can choose between 2 options:
- Show the files and the readme (default) - Show the files and the readme (default)
- Show the project's activity - Show the projects activity
[rouge]: http://rouge.jneen.net/ "Rouge website" [rouge]: http://rouge.jneen.net/ "Rouge website"
[todos]: ../../workflow/todos.md [todos]: ../../workflow/todos.md
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