summaryrefslogtreecommitdiff
path: root/app/views/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Change single-item breadcrumbs to page titlesDmitriy Zaporozhets2018-10-191-6/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Feature/new user snippets breadcrumbsJ.D. Bean2018-09-241-1/+2
|
* 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>
* Correct remaining `Lint/UselessAssignment` haml-lint violationsRobert Speicher2018-08-311-1/+0
|
* Allows author to vote on their own issueChantal Rollison2018-08-241-1/+1
|
* Rename btn-secondary to btn-defaultAnnabel Dunstone Gray2018-05-101-1/+1
|
* Add .nav.nav-tabs to nav-linksClement Ho2018-04-191-1/+1
|
* [skip ci] Replace hidden-xsClement Ho2018-04-092-2/+2
|
* [skip ci] Replace .visible-xs-* with .d-block.d-sm-noneClement Ho2018-04-091-1/+1
|
* [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-091-1/+1
|
* Add .breadcrumb-item for breadcrumb > liClement Ho2018-04-091-2/+2
|
* Rename .btn-default to .btn-secondaryClement Ho2018-04-091-1/+1
|
* Add badge-pill to .badge in hamlClement Ho2018-04-091-4/+4
|
* Improve top area navigationGeorge Tsiolis2018-02-021-1/+1
| | | | | | - Change button group width on mobile to 100% - Added scrolling container to activity top area secondary navigation - Added bottom border to top-area nav-links to separate them from nav-controls
* fix some inconsistencies with the breadcrumbsPhil Hughes2017-08-181-0/+2
|
* take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdownSimon Knox2017-08-101-5/+12
|
* Removed inline JS in shared HAML filesPhil Hughes2017-07-251-5/+1
|
* moved `@breadcrumb_title` out of the HAML & into a helper methodPhil Hughes2017-07-121-0/+1
|
* fixed breadcrumb titlesPhil Hughes2017-07-072-0/+2
|
* Limit the width of commit & snippet comment sectionsPhil Hughes2017-06-231-1/+2
|
* Added more actions and report as abuse to all notesLuke "Jared" Bennett2017-06-071-5/+2
|
* Fix user and issues autocomplete in diff notesKushal Pandya2017-05-241-1/+1
|
* rename "Add emoji" and "Award emoji" to "Add reaction" where appropriate32462-award-emoji-tooltip-should-be-add-reactionMike Greiling2017-05-191-1/+1
|
* Support comments for personal snippetsJarka Kadlecova2017-05-053-8/+6
|
* Add tooltips to note action buttons31760-add-tooltips-to-note-actionsAnnabel Dunstone Gray2017-05-031-3/+3
|
* Merge branch 'dm-snippet-download-button' into 'master' Sean McGivern2017-05-021-1/+1
|\ | | | | | | | | Add download button to project snippets See merge request !11004
| * Add download button to project snippetsdm-snippet-download-buttonDouwe Maan2017-04-301-1/+1
| |
* | Display comments for personal snippets12910-personal-snippets-notes-showJarka Kadlecova2017-05-024-0/+18
|/
* Use blob viewers for snippetsDouwe Maan2017-04-301-1/+1
|
* Add snippet IID to snippet page titlesdm-snippet-page-titleDouwe Maan2017-04-172-2/+2
|
* Fix specDouwe Maan2017-03-161-9/+3
|
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-0/+4
|
* Improve performance of User Agent DetailZ.J. van de Weg2017-02-201-2/+2
|
* Add active_when helperSemyon Pupkov2017-02-151-4/+4
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
* Use a new class to keep old behaviorFilipa Lacerda2017-02-081-1/+1
|
* Don't render snippet actions for logged-out userssnippet-spam-fixSean McGivern2017-02-061-23/+23
|
* 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.
* Keep snippet visibility on errorSean McGivern2017-02-022-2/+2
| | | | | | | When a snippet is submitted, but there's an error, we didn't keep the visibility level. As the default is private, this means that submitting a public snippet that failed would then fall back to being a private snippet.
* Remove pages/snippets cssdelete-more-page-specific-cssAnnabel Dunstone Gray2016-12-141-2/+2
|
* rename snippets_path helper due to conflict19990-update-snippets-page-designMike Greiling2016-12-101-4/+4
|
* implement snippets_scope_menu partial to reduce code duplicationMike Greiling2016-12-101-0/+31
|
* conditionally display assoc project info in snippets indexMike Greiling2016-12-101-1/+2
|
* 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
|
* Added 'Download' button to snippet viewJustin DiPierro2016-10-111-0/+1
|
* 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 snippets pagination22500-can-t-paginate-through-snippetsRémy Coutable2016-09-261-1/+3
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>