Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « help « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0398afb4c1d92968a06ad4060a6e69e22863d89a (plain)
1
2
3
- page_title @file.humanize, *@category.split("/").reverse.map(&:humanize)
.documentation.wiki
  = markdown @markdown.gsub('$your_email', current_user.try(:email) || "email@example.com")