summaryrefslogtreecommitdiff
path: root/app/helpers/tree_helper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-2/+2
* | Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-1/+1
|/
* Move calls to Gitlab::MarkdownHelper to application_helperRobert Schilling2014-08-111-4/+3
* Use readme we support to render if there are multiple readmesRobert Schilling2014-08-111-15/+12
* Use simple_format if we don't have a proper rendererRobert Schilling2014-08-101-4/+0
* Improve markup gemsRobert Schilling2014-07-281-2/+2
* Replace files icons with fontawesomeDmitriy Zaporozhets2014-06-031-2/+7
* Editing previewskv-headless2014-04-151-0/+8
* Add .adoc file extension for AsciiDocDan Allen2014-03-041-1/+1
* Update code to work with gitlab_git 3Dmitriy Zaporozhets2013-10-011-5/+5
* Dont allow file edit for non-branches refDmitriy Zaporozhets2013-08-041-0/+2
* Improve markup detection, fixes #4695Robert Schilling2013-08-031-3/+3
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-3/+3
* Fix README.txt rendering. Solution by @dfyxDmitriy Zaporozhets2013-06-111-1/+1
* more descriptive confirmation messagesDmitriy Zaporozhets2013-05-271-0/+4
* gitlab_git to 1.0.6, return submodule rendering in treeDmitriy Zaporozhets2013-05-011-11/+5
* Proper routing. blobs for blobs, raw for send_dataDmitriy Zaporozhets2013-04-031-1/+1
* Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets2013-04-021-3/+2
* Move some decorator logic to helpersDmitriy Zaporozhets2013-03-311-18/+16
* tree_heleper: concat html only if present. Avoid nil exceptionDmitriy Zaporozhets2013-03-051-7/+9
* Add 'breadcrumbs' helper for Commit breadcrumb linksRobert Speicher2012-11-011-0/+25
* Security for online editor. Replace dev_access?, master_access? with can? met...randx2012-10-211-0/+8
* Fix plain text readmerandx2012-10-161-0/+4
* Add render_tree helper; simplify (speed up) tree_iconRobert Speicher2012-10-031-18/+29
* Update usages of tree_file_project_ref_path to project_tree_pathRobert Speicher2012-09-261-0/+5
* Added workaround for github-markup issue with rendering markdownDmitriy Zaporozhets2012-09-201-2/+6
* tree view need use ascii-8bit, file name need be utf8.Saito2012-09-111-1/+2
* Use GitHub::Markup to parse markup filesRobert Speicher2012-09-051-0/+10
* Tree ajax log. progress bar & refactoringDmitriy Zaporozhets2012-07-101-0/+27