summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/_actions.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Replace .visible-xs-* with .d-block.d-sm-noneClement Ho2018-04-091-1/+1
|
* Rename .btn-default to .btn-secondaryClement Ho2018-04-091-1/+1
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-8/+8
|
* Improve performance of User Agent DetailZ.J. van de Weg2017-02-201-2/+2
|
* Don't render snippet actions for logged-out userssnippet-spam-fixSean McGivern2017-02-061-0/+2
|
* Check public snippets for spamSean McGivern2017-02-021-0/+5
| | | | | | Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
* invert snippet action buttonsMike Greiling2016-12-101-2/+2
|
* remove unused class nameMike Greiling2016-12-101-2/+2
|
* update action button order for snippets pageMike Greiling2016-12-101-6/+6
|
* Replace bootstrap caret with fontawesome caretClement Ho2016-10-051-1/+1
|
* Merge branch 'full-width-new-snippet-button' into 'master' Fatih Acet2016-09-261-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added full-width new snippet button on mobile and corrected capitalization ## What does this MR do? Adds full-width `New snippet` button to snippet mobile views and corrects `New Snippet` to `New snippet` throughout. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? @connorshea Spotted that I missed this in !6210 :) ## Screenshots (if relevant) ![Screen_Shot_2016-09-16_at_10.40.21](/uploads/ddca2da3a5ef787298bfc87e129db820/Screen_Shot_2016-09-16_at_10.40.21.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? See merge request !6380
| * Added full-width new snippet button on mobile and corrected capitalizationfull-width-new-snippet-buttonLuke Bennett2016-09-181-4/+4
| | | | | | | | | | | | | | | | 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
* | Fix styling of award emoji block for snippets after upstream design changes.Fatih Acet2016-09-191-1/+1
|/
* Reordered dropdown options18849-project-snippets-page-isn-t-really-responsiveLuke Bennett2016-09-071-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Rearranged datetime created line Added `avatar_class` option to `link_to_member` so it can be hidden Made snippet title font heavier Added file title bar Hidden unneeded info from xs screens Added visibility icon Reveal file-actions on xs screens Added comments icon to snippets list items Refactored no-comments declaration into framework stylesheet Final touch ups Fixed snippets_spec
* Update New Snippet buttons.Connor Shea2016-07-081-20/+22
| | | | | | | | No longer shows New Snippet button to users who aren't able to create a new snippet in the given context. Also removes the plus icon from the New Snippet buttons, as they're no longer used in other creation buttons. Fixes #14595.
* Updated snippets UIPhil Hughes2016-05-181-11/+27
| | | | Closes #14328
* change capitalisation in buttonsHan Loong Liauw2015-10-151-2/+4
|
* New snippet design for projectsHan Loong Liauw2015-10-141-0/+9
Split out header into shared partial Used action partials to have unique actions for shared and personal snippets changed back to created date in list view Switched to using existing color classes