diff options
| author | Kevin Lyda <kevin@ie.suberic.net> | 2014-01-05 13:53:08 +0000 |
|---|---|---|
| committer | Kevin Lyda <kevin@ie.suberic.net> | 2014-01-05 13:53:08 +0000 |
| commit | 284546b2e00639bfa5e965f6a846cf308752d58e (patch) | |
| tree | 7a9f96e99fa67b718527a768a0c545c63f5ccf2b /app/views/help/index.html.haml | |
| parent | dcaedb4a5e3dae774e0211935977cf4514e2a928 (diff) | |
| parent | d28ee0df124d79e9d0968c3325ae010b55d4a7b6 (diff) | |
| download | gitlab-ce-284546b2e00639bfa5e965f6a846cf308752d58e.tar.gz | |
Merge branch 'master' into logo-white-compress
Conflicts:
app/assets/images/logo-black.png
app/assets/images/logo-white.png
Diffstat (limited to 'app/views/help/index.html.haml')
| -rw-r--r-- | app/views/help/index.html.haml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index 869f87df4db..f1cb723ebac 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -1,4 +1,4 @@ -.hero-unit +.jumbotron %h2 GitLab %span= Gitlab::VERSION @@ -11,7 +11,7 @@ Read more about GitLab at #{link_to "gitlab.org", "http://gitlab.org/", target: "_blank"}. .row - .span4 + .col-md-4 .ui-box .title Quick help @@ -33,9 +33,9 @@ = link_to "Stack Overflow", "http://stackoverflow.com/questions/tagged/gitlab" %li Browse our - = link_to "issue tracker", "https://github.com/gitlabhq/gitlabhq/issues" + = link_to "issue tracker", "https://gitlab.com/gitlab-org/gitlab-ce/issues" - .span4 + .col-md-4 .ui-box .title User documentation @@ -64,7 +64,7 @@ %strong= link_to "Web Hooks", help_web_hooks_path %p Let GitLab notify you when new code has been pushed to your project. - .span4 + .col-md-4 .ui-box .title Admin documentation |
