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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-04-15 19:45:31 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-04-15 19:45:31 +0300
commit3052e894207303bf9fed972aa60d3a655a6c58d9 (patch)
tree382f089e6e5ba89287bcf5aea6e86e853cf2d307 /app/views/help
parente24cb79f3196052395829b35d51693dc9de5afbe (diff)
Re-fix image rendering for help pages
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/show.html.haml b/app/views/help/show.html.haml
index eca34dbff06..cc1be6a717a 100644
--- a/app/views/help/show.html.haml
+++ b/app/views/help/show.html.haml
@@ -1,2 +1,2 @@
.documentation.wiki
- = markdown File.read(Rails.root.join('doc', @category, @file + '.md')).gsub("$your_email", current_user.email)
+ = markdown @markdown.gsub('$your_email', current_user.email)