gitlab-org--gitlab-foss/app/views/projects
Fatih Acet 2ebc63dd3c Merge branch '18844-missing-subnavs-on-some-pages' into 'master'
Added subnav to all views bar issuable views

## What does this MR do?

Adds subnav to all views apart from issue and MR views. The full list is available in screenshots below.

It also adds some JS to the builds page to simply handle the repositioning of the fixed position sidebar with the addition of the subnav.

## Are there points in the code the reviewer needs to double check?

## Why was this MR needed?

~UX and apparently ~regression .

## What are the relevant issue numbers?

Closes #18844.

## Screenshots (if relevant)

### Label

#### Edit

![Screen_Shot_2016-08-24_at_23.45.25](/uploads/3e5ded9e60f0eccc37672ab0a1423bfb/Screen_Shot_2016-08-24_at_23.45.25.png)

#### New

![Screen_Shot_2016-08-24_at_23.45.13](/uploads/767c6e97c91a5ded904f5b495950f5a8/Screen_Shot_2016-08-24_at_23.45.13.png)

### Milestone

#### Edit

![Screen_Shot_2016-08-24_at_23.45.37](/uploads/27562162415a6ae403e7117df009b208/Screen_Shot_2016-08-24_at_23.45.37.png)

#### New

![Screen_Shot_2016-08-24_at_23.45.43](/uploads/43c655b0a2af9a8da335a2efc31cb2df/Screen_Shot_2016-08-24_at_23.45.43.png)

#### Show

![Screen_Shot_2016-08-24_at_23.45.53](/uploads/68c3e0788c81f5897c7db11bb2b02a4c/Screen_Shot_2016-08-24_at_23.45.53.png)

### Commit

#### Show

![Screen_Shot_2016-08-26_at_14.15.20](/uploads/9f96e0587e4866fa95e28c224a185844/Screen_Shot_2016-08-26_at_14.15.20.png)

#### Builds

![Screen_Shot_2016-08-26_at_15.28.46](/uploads/9f0d8ababc8362874a3e2b5d877c7668/Screen_Shot_2016-08-26_at_15.28.46.png)

### Blob

#### Blame

![Screen_Shot_2016-08-26_at_14.18.03](/uploads/2999f2cd304e3b9be6530a52407eca59/Screen_Shot_2016-08-26_at_14.18.03.png)

#### Edit

![Screen_Shot_2016-08-26_at_14.20.32](/uploads/bb7b00bbe835228a8ec8b371e9364cb8/Screen_Shot_2016-08-26_at_14.20.32.png)

### Pipelines

#### Show

![Screen_Shot_2016-08-26_at_15.44.30](/uploads/ee84c51597ab04a07a6c953704280e7b/Screen_Shot_2016-08-26_at_15.44.30.png)

#### Show build

![Screen_Shot_2016-08-26_at_15.45.55](/uploads/dd78ef3dc083186095cdc84f41c80b21/Screen_Shot_2016-08-26_at_15.45.55.png)

#### Edit Envrionment

![Screen_Shot_2016-08-26_at_15.48.33](/uploads/4e9340e11eedeaeddebb708f02db3598/Screen_Shot_2016-08-26_at_15.48.33.png)

## Does this MR meet the acceptance criteria?

- [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
  - [ ] Added for this feature/bug
  - [ ] All builds are passing
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
Closes #18844

See merge request !5998
2016-10-14 21:25:45 +00:00
..
artifacts
badges
blame Added subnav to labels edit+new and milestones edit+new+show 2016-10-07 12:46:46 +01:00
blob Added subnav to labels edit+new and milestones edit+new+show 2016-10-07 12:46:46 +01:00
boards Moved data attribute values into helper method 2016-10-12 12:50:47 +01:00
branches Add disabled delete button to protected branches 2016-10-11 20:39:06 -05:00
builds Merge branch '18844-missing-subnavs-on-some-pages' into 'master' 2016-10-14 21:25:45 +00:00
buttons Add tooltip to project fork count 2016-10-06 11:35:31 -04:00
ci Change size of pipeline status icons and dropdowns 2016-10-10 10:48:50 -05:00
commit Merge branch '18844-missing-subnavs-on-some-pages' into 'master' 2016-10-14 21:25:45 +00:00
commits Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
compare Changed 'Compare branches, tags or commit ranges' to 'Compare Git revisions' 2016-10-10 14:44:00 +01:00
container_registry
cycle_analytics Fix landing widget state and improve Vue with state management. 2016-09-23 15:07:54 +03:00
deploy_keys
deployments Merge branch '22774-retouch-environments-deployments' into 'master' 2016-10-07 16:31:45 +00:00
diffs Added copy file path button to diffs 2016-10-10 09:59:35 +01:00
environments Merge branch '18844-missing-subnavs-on-some-pages' into 'master' 2016-10-14 21:25:45 +00:00
find_file
forks Replace bootstrap caret with fontawesome caret 2016-10-05 17:39:52 -05:00
generic_commit_statuses Corrected my correction for turbolinks -.-' 2016-10-10 10:48:50 -05:00
graphs Add flash containers and broadcast messages below subnav 2016-10-01 00:21:37 +03:00
group_links Merge branch 'members-ui' into 'master' 2016-10-14 12:25:23 +00:00
hooks Add option to confidential issues events to trigger Webhooks 2016-08-31 18:34:23 -03:00
imports
issues Fix links to issue boards 2016-10-11 11:39:05 -03:00
labels Added subnav to labels edit+new and milestones edit+new+show 2016-10-07 12:46:46 +01:00
merge_requests Merge branch 'mr-tabs-affix' into 'master' 2016-10-14 20:57:21 +00:00
milestones Added subnav to labels edit+new and milestones edit+new+show 2016-10-07 12:46:46 +01:00
network Changed placeholder to 'Commit hash' 2016-10-10 14:40:29 +01:00
notes Use CacheMarkdownField for notes 2016-10-07 02:54:26 +01:00
pipelines Merge branch '18844-missing-subnavs-on-some-pages' into 'master' 2016-10-14 21:25:45 +00:00
pipelines_settings
project_members Changed how collections are rendered 2016-10-06 15:41:00 +01:00
protected_branches Remove unused attributes 2016-09-22 12:58:11 -05:00
refs Fix repo page ui issues, show full last commit message in repo view. 2016-08-31 18:28:15 +02:00
releases
repositories Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
runners Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
services
snippets Replace bootstrap caret with fontawesome caret 2016-10-05 17:39:52 -05:00
tags Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
tree Move create MR banner below subnav 2016-10-01 00:21:37 +03:00
triggers Clean up and refactor the triggers views 2016-09-06 10:36:04 +02:00
variables Sort secret variables by key (fix #20870) 2016-09-09 15:06:50 -03:00
wikis Add flash containers and broadcast messages below subnav 2016-10-01 00:21:37 +03:00
_activity.html.haml Add white background to create MR banner 2016-10-01 00:21:37 +03:00
_bitbucket_import_modal.html.haml
_commit_button.html.haml
_errors.html.haml
_files.html.haml
_find_file_link.html.haml
_gitlab_import_modal.html.haml
_home_panel.html.haml Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
_last_commit.html.haml
_last_push.html.haml Add white background to create MR banner 2016-10-01 00:21:37 +03:00
_md_preview.html.haml
_merge_request_settings.html.haml Move "Only allow merge requests to be merged if the build succeeds" to new location 2016-09-05 14:15:57 +02:00
_readme.html.haml
_zen.html.haml Loads GFM once for per page 2016-10-14 10:52:48 +01:00
activity.html.haml
edit.html.haml FIx JS bug with select2 because of missing `data-field` attribute in select box. 2016-10-11 13:01:57 -05:00
empty.html.haml updated missed indentation 2016-09-30 13:50:23 +00:00
new.html.haml Enable import/export back for non-admins 2016-10-03 10:53:18 +02:00
no_repo.html.haml
remove_fork.js.haml
show.atom.builder
show.html.haml 19499 Update project dropdowns 2016-10-04 18:18:18 -07:00
transfer.js.haml
update.js.haml