summaryrefslogtreecommitdiff
path: root/app/views/help
diff options
context:
space:
mode:
authorSullivan SENECHAL <soullivaneuh@gmail.com>2014-10-07 14:06:05 +0200
committerSullivan SENECHAL <sullivan@nexylan.com>2015-04-03 11:56:50 +0200
commitd365004e684e98459061fcd5fbaf9bea880934a8 (patch)
tree0a2961445ed5b23e97ed2c7f676bf6bf76a09e78 /app/views/help
parent0d0042d27481d31027a10edb2ba3a184bff5075a (diff)
downloadgitlab-ce-d365004e684e98459061fcd5fbaf9bea880934a8.tar.gz
Fix and improve help rendering
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..f22aa92caf7 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 File.read(Rails.root.join('doc', @filepath + '.md')).gsub("$your_email", current_user.email)