summaryrefslogtreecommitdiff
path: root/app/views/dashboard/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate primary button in dashboard snippetsGeorge Tsiolis2018-11-081-5/+0
|
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-1/+1
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* [skip ci] Convert visible- classesClement Ho2018-04-101-1/+1
|
* New navigation breadcrumbsPhil Hughes2017-06-301-0/+1
|
* implement snippets_scope_menu partial to reduce code duplicationMike Greiling2016-12-101-25/+1
|
* conditionally display assoc project info in snippets indexMike Greiling2016-12-101-1/+1
|
* move new snippet button to main snippet navigation blockMike Greiling2016-12-101-33/+29
|
* remove plus icon in "new snippet" buttonMike Greiling2016-12-101-2/+0
|
* Added full-width new snippet button on mobile and corrected capitalizationfull-width-new-snippet-buttonLuke Bennett2016-09-181-4/+8
| | | | | | | | Altered specs that click capitalised New Snippet button Applied review feedback missed in Changes `.no-comment` `opactiy: 0.5` to `opacity: .5` Added `.btn-wide-on-xs` and applied to snippet buttons
* Replace all navigation menu with nav-links classDmitriy Zaporozhets2016-01-131-22/+26
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Change dashboard snippet index menu class to match testhanloong/gitlab-ce-add-dates-snippets-showDouwe Maan2015-10-221-1/+1
|
* Restyle dashboard snippets visibility level tabs.Douwe Maan2015-10-211-12/+8
|
* Restore dashboard snippets tabs.Douwe Maan2015-10-181-0/+22
|
* Update style of snippets pagesDouwe Maan2015-10-181-25/+3
|
* Clean up overlap between dashboard and explore.Douwe Maan2015-09-081-0/+38
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.