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

4 lines
166 B
Text
Raw Normal View History

2016-08-24 12:49:21 +05:30
- page_title @path.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")