diff options
author | Job van der Voort <job@gitlab.com> | 2014-04-18 17:21:21 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-05-29 08:44:25 +0200 |
commit | fd476cf62013e49acf23a301b841e7c09197e9ae (patch) | |
tree | 78f2d32fc3beb8917c4097e30c1fc17294cb39db /app/views/help/show.html.haml | |
parent | e61e3eaadb7f0c7c106b72d1325437e7743a2027 (diff) | |
download | gitlab-ce-fd476cf62013e49acf23a301b841e7c09197e9ae.tar.gz |
render items from doc
Diffstat (limited to 'app/views/help/show.html.haml')
-rw-r--r-- | app/views/help/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/help/show.html.haml b/app/views/help/show.html.haml new file mode 100644 index 00000000000..d7785d307ef --- /dev/null +++ b/app/views/help/show.html.haml @@ -0,0 +1 @@ += markdown File.read(Rails.root.join('doc', @category, @file + '.md')) |