summaryrefslogtreecommitdiff
path: root/app/helpers/snippets_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
| | | | Partially addresses #47424.
* Resolve "The comparison list for the modified icons"Sam Beckham2018-07-271-1/+1
|
* fix failing spechaseeb2018-03-071-1/+1
|
* changes based on reviewhaseeb2018-03-071-1/+1
|
* embedded snippets supporthaseeb2018-02-281-0/+35
|
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+3
|
* Add download_snippet_path helperDouwe Maan2017-05-021-0/+8
|
* Show case insensitive matches in snippet search resultsdm-fix-snippet-searchDouwe Maan2017-04-171-1/+1
|
* rename snippets_path helper due to conflict19990-update-snippets-page-designMike Greiling2016-12-101-1/+1
|
* implement snippets_scope_menu partial to reduce code duplicationMike Greiling2016-12-101-0/+11
|
* Reordered dropdown options18849-project-snippets-page-isn-t-really-responsiveLuke Bennett2016-09-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove `Snippet#expires_at`rs-snippets-dont-expireRobert Speicher2016-03-051-10/+0
| | | | | | This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years.
* Faster snippet searchValery Sizov2016-02-051-3/+3
|
* Backport some changes from EEes_backportValery Sizov2016-01-221-0/+75
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+2
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Restyle snippetsDmitriy Zaporozhets2013-06-051-0/+8
|
* refactor lifetime_select helperNihad Abbasov2011-10-271-4/+4
|
* implement snippets lifetimeNihad Abbasov2011-10-271-0/+9
|
* snippets are readygitlabhq2011-10-171-0/+2