summaryrefslogtreecommitdiff
path: root/app/views/projects/_readme.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor MarkupHelperDouwe Maan2017-04-271-1/+1
|
* Cache the rendered README, but post-process on showToon Claes2017-04-271-2/+1
| | | | | | Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
* WIP: Adds a default commit message when adding a README (#25167)mattl2016-12-021-1/+1
|
* Start builds redesignAnnabel Dunstone2016-05-041-1/+1
|
* Continue implementation of the license template selector and /licenses API ↵Rémy Coutable2016-04-181-2/+2
| | | | | | endpoint Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix padding of no readme and empty repo messagesDouwe Maan2015-12-021-12/+13
|
* Restore edit button in project readmeproject-readme-editDouwe Maan2015-10-221-6/+4
|
* Use same style for project readme, tree readme and regular blob.Douwe Maan2015-10-171-8/+7
|
* edit action allignAndrey2015-09-281-1/+1
|
* Allow user to specify content he wants to see on project pageproject-default-viewDmitriy Zaporozhets2015-07-131-0/+24
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>