summaryrefslogtreecommitdiff
path: root/app/views/help/index.html.haml
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-07-01 00:35:24 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-07-01 00:35:24 +0300
commit6a58deb53630de59fc05d2dacd272463901c42d8 (patch)
tree7675d724026cbb51ccc0934507d74dc9f55fa0e7 /app/views/help/index.html.haml
parentad3f4922eef56dfc8074727b3abd55a4d69a8eab (diff)
downloadgitlab-ce-6a58deb53630de59fc05d2dacd272463901c42d8.tar.gz
UI changes:
* .page_title class added. Used for better page headers * improved help page * added back links for help pages * show app version & revision on help page Backend changes: * Gitab::Version && Gitlab::Revision constants
Diffstat (limited to 'app/views/help/index.html.haml')
-rw-r--r--app/views/help/index.html.haml15
1 files changed, 11 insertions, 4 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index 649811ea073..25b9e3e5208 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -1,9 +1,13 @@
-%h3.cgray
+%h3.page_title
GITLAB
- %span.right v2.6
+ .right
+ %span= Gitlab::Version
+ %small= Gitlab::Revision
%hr
-%h4 Self Hosted Git Management
-%h4 Fast, secure and stable solution based on Ruby on Rails & Gitolite.
+%p.lead
+ Self Hosted Git Management
+ %br
+ Fast, secure and stable solution based on Ruby on Rails & Gitolite.
%hr
@@ -15,3 +19,6 @@
%li
%h5= link_to "Permissions", help_permissions_path
+
+ %li
+ %h5= link_to "Web Hooks", help_web_hooks_path