debian-mirror-gitlab/app/views/help/show.html.haml

4 lines
187 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title @file.humanize, *@category.split("/").reverse.map(&:humanize)
2014-09-02 18:07:02 +05:30
.documentation.wiki
2015-09-25 12:07:36 +05:30
= markdown @markdown.gsub('$your_email', current_user.try(:email) || "email@example.com")