summaryrefslogtreecommitdiff
path: root/app/views/snippets/show.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Fix user and issues autocomplete in diff notesKushal Pandya2017-05-241-1/+1
|
* Support comments for personal snippetsJarka Kadlecova2017-05-051-6/+6
|
* 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-021-0/+3
|/
* Use blob viewers for snippetsDouwe Maan2017-04-301-1/+1
|
* Add snippet IID to snippet page titlesdm-snippet-page-titleDouwe Maan2017-04-171-1/+1
|
* Fix specDouwe Maan2017-03-161-9/+3
|
* Use a new class to keep old behaviorFilipa Lacerda2017-02-081-1/+1
|
* Remove pages/snippets cssdelete-more-page-specific-cssAnnabel Dunstone Gray2016-12-141-2/+2
|
* Added 'Download' button to snippet viewJustin DiPierro2016-10-111-0/+1
|
* Start Frontend work, fix routing problemZ.J. van de Weg2016-09-191-0/+2
|
* Reordered dropdown options18849-project-snippets-page-isn-t-really-responsiveLuke Bennett2016-09-071-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Updated snippets UIPhil Hughes2016-05-181-4/+3
| | | | Closes #14328
* Add copy-to-clipboard button to Snippets#showrs-snippets-clipboardRobert Speicher2015-12-091-2/+2
| | | | Closes #3701
* Update style of snippet detail pageDouwe Maan2015-10-181-10/+12
|
* change capitalisation in buttonsHan Loong Liauw2015-10-151-1/+1
|
* New snippet design for projectsHan Loong Liauw2015-10-141-31/+1
| | | | | | | | 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
* include created_at date in headingHan Loong Liauw2015-10-141-3/+9
|
* Updated the style of the snippets header in #showHan Loong Liauw2015-10-141-28/+23
| | | | | | It should now more closly match the styles used in issues and merge requests with some small tweaks to be more relevant to snippets
* Adds modified date to snippets#show #1767Han Loong Liauw2015-10-121-2/+2
| | | | | | - Fixed a bug with .btn-sm padding. - Changed created_at to modified_at for snippets#index as it seems to be more relevant.
* Clean up overlap between dashboard and explore.Douwe Maan2015-09-081-2/+2
| | | | | - 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.
* Small ui improvements to snippet pageDmitriy Zaporozhets2015-08-201-8/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-261-1/+1
| | | | | | | | | | | | | | | | | write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Plural instead of singular.Douwe Maan2015-04-301-1/+1
|
* Add a page title to every page.Douwe Maan2015-04-301-0/+1
|
* Explicitly set image alt to prevent graphical glitchesSven Strickroth2015-04-131-1/+1
| | | | | | | | Rails image_tag sets the alt-attribute to the filename which causes graphical glitches if the file could not be loaded. Fixes https://github.com/gitlabhq/gitlabhq/issues/6036. Signed-off-by: Sven Strickroth <email@cs-ware.de>
* Update views to single form of address. Change "my" to "your"Dmitriy Zaporozhets2015-03-221-1/+1
|
* Refactor buttonsDmitriy Zaporozhets2015-03-141-3/+3
|
* Improve css for file actionsDmitriy Zaporozhets2015-03-131-2/+2
|
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-2/+2
|
* Refactor snippets viewsDmitriy Zaporozhets2014-06-141-1/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve files/snippets action buttonsDmitriy Zaporozhets2014-06-131-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* avatar upload on profile pageSteven Thonus2013-10-091-1/+1
|
* Dont load bootstrap buttons. Modified css with new buttonsDmitriy Zaporozhets2013-08-011-1/+1
|
* User links to user snippetsDmitriy Zaporozhets2013-07-181-2/+3
|
* Add seeds and improve ui. Remove snippet expires_atDmitriy Zaporozhets2013-07-181-5/+20
|
* remove unnecessary %br/%hr and stylesDmitriy Zaporozhets2013-07-131-1/+0
|
* Replace page_title with page-title. Correct margin for some blocks/layoutsDmitriy Zaporozhets2013-07-131-1/+1
|
* Added tooltip to snippet public/private iconsJack Weeden2013-06-241-2/+2
|
* Restyle snippetsDmitriy Zaporozhets2013-06-051-5/+8
|
* Tests for private snippet fixedAndrew8xx82013-03-251-1/+1
|
* View improved. Pagination addedAndrew8xx82013-03-251-1/+1
|
* Layuot and templates for personal snippets addedAndrew8xx82013-03-251-3/+7
|
* Merge wiki, wall & snippets under one tab - writeboardsDmitriy Zaporozhets2013-03-141-2/+0
|
* Fixing rspec after upgrade to capybara pt1Dmitriy Zaporozhets2013-02-211-1/+1
|
* replace right with pull-rightDmitriy Zaporozhets2013-01-301-1/+1
|
* refactor buttons pt2Dmitriy Zaporozhets2013-01-291-1/+1
|
* Merge branch 'master' into discussionsRiyad Preukschas2012-12-231-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: app/assets/stylesheets/main.scss app/models/project.rb app/views/notes/_common_form.html.haml app/views/notes/_per_line_form.html.haml lib/gitlab/markdown.rb spec/models/note_spec.rb
| * Add ace editor to snippetsDmitriy Zaporozhets2012-12-121-1/+1
| |