gitlab-org--gitlab-foss/app/views/projects/issues
Jacob Schatz 8e4a33f2e2 Merge branch '18849-project-snippets-page-isn-t-really-responsive' into 'master'
Update snippets UI

## What does this MR do?

Updates snippets UI _(mainly mobile view)_ to new UI proposed in #18849.

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

Does anyone know the implementation difference between `app/views/snippets/show.html.haml` and `app/views/projects/snippets/show.html.haml`? I have only been updating the latter as it's the only one I can find implemented. I assume the former is rendered somewhere seeing as there is controllers for it too. But this doesn't seem very DRY from my current perspective.

## Why was this MR needed?

## Screenshots (if relevant)

![Screen_Shot_2016-09-06_at_14.20.10](/uploads/ac124a3b0896872ce851b9f56fbe339c/Screen_Shot_2016-09-06_at_14.20.10.png)

![Screen_Shot_2016-09-06_at_14.20.32](/uploads/8d3c7b1d1a5f562ceb6dc22bde695289/Screen_Shot_2016-09-06_at_14.20.32.png)

![Screen_Shot_2016-09-06_at_14.20.48](/uploads/6b1c31ece6d2400bbfc3c673d9e82d4b/Screen_Shot_2016-09-06_at_14.20.48.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 [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [ ] 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)

## What are the relevant issue numbers?

Closes #18849

See merge request !6210
2016-09-15 22:26:32 +00:00
..
_closed_by_box.html.haml
_discussion.html.haml Fixed alignment of buttons in note forms 2016-06-17 11:43:59 +01:00
_form.html.haml
_head.html.haml Add horizontal scrolling to all sub-navs on mobile viewports 2016-08-25 18:01:37 -05:00
_issue.html.haml Merge branch '18849-project-snippets-page-isn-t-really-responsive' into 'master' 2016-09-15 22:26:32 +00:00
_issue_by_email.html.haml Merge some repeated codes to the partial 2016-07-27 18:07:11 +08:00
_issues.html.haml Fix issues bulk update from issues index page 2016-09-08 11:52:20 +03:00
_merge_requests.html.haml Used flexbox to force related merge request list items into columned items 2016-09-09 19:05:47 +01:00
_new_branch.html.haml fix margin for multi-line emojis 2016-09-07 10:04:59 -07:00
_related_branches.html.haml Used flexbox to force related merge request list items into columned items 2016-09-09 19:05:47 +01:00
edit.html.haml Remove header title from project pages 2016-05-26 17:58:44 +02:00
index.atom.builder Don't try to count a relation with aliases 2016-06-10 14:29:08 +01:00
index.html.haml Fix issues bulk update from issues index page 2016-09-08 11:52:20 +03:00
new.html.haml Remove header title from project pages 2016-05-26 17:58:44 +02:00
show.html.haml Merge branch 'fix-button-missing-type' into 'master' 2016-08-19 14:02:22 +00:00