Commit b5668234b1b33cc72c36ed167baf40a3101c801d
1 parent
2db010b6
Exists in
master
and in
4 other branches
Remove unecessary %br in help area
Showing
10 changed files
with
1 additions
and
10 deletions
Show diff stats
app/views/help/_layout.html.haml
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | .span3{:"data-spy" => 'affix'} | 2 | .span3{:"data-spy" => 'affix'} |
3 | .ui-box | 3 | .ui-box |
4 | .title | 4 | .title |
5 | - %h5 Help | 5 | + Help |
6 | %ul.well-list | 6 | %ul.well-list |
7 | %li | 7 | %li |
8 | %strong= link_to "Workflow", help_workflow_path | 8 | %strong= link_to "Workflow", help_workflow_path |
app/views/help/api.html.haml
app/views/help/markdown.html.haml
app/views/help/permissions.html.haml
app/views/help/public_access.html.haml
app/views/help/raketasks.html.haml
1 | = render layout: 'help/layout' do | 1 | = render layout: 'help/layout' do |
2 | %h3.page-title GitLab Rake Tasks | 2 | %h3.page-title GitLab Rake Tasks |
3 | - %br | ||
4 | 3 | ||
5 | %p.slead | 4 | %p.slead |
6 | GitLab provides some specific rake tasks to enable special features or perform maintenance tasks. | 5 | GitLab provides some specific rake tasks to enable special features or perform maintenance tasks. |
app/views/help/ssh.html.haml
1 | = render layout: 'help/layout' do | 1 | = render layout: 'help/layout' do |
2 | %h3.page-title SSH Keys | 2 | %h3.page-title SSH Keys |
3 | - %br | ||
4 | 3 | ||
5 | %p.slead | 4 | %p.slead |
6 | SSH key allows you to establish a secure connection between your computer and GitLab | 5 | SSH key allows you to establish a secure connection between your computer and GitLab |
app/views/help/system_hooks.html.haml
1 | = render layout: 'help/layout' do | 1 | = render layout: 'help/layout' do |
2 | %h3.page-title System hooks | 2 | %h3.page-title System hooks |
3 | - %br | ||
4 | 3 | ||
5 | %p.slead | 4 | %p.slead |
6 | Your GitLab instance can perform HTTP POST requests on the following events: create_project, delete_project, create_user, delete_user, change_team_member. | 5 | Your GitLab instance can perform HTTP POST requests on the following events: create_project, delete_project, create_user, delete_user, change_team_member. |
app/views/help/web_hooks.html.haml
1 | = render layout: 'help/layout' do | 1 | = render layout: 'help/layout' do |
2 | %h3.page-title Web hooks | 2 | %h3.page-title Web hooks |
3 | - %br | ||
4 | 3 | ||
5 | %p.slead | 4 | %p.slead |
6 | Every GitLab project can trigger a web server whenever the repo is pushed to. | 5 | Every GitLab project can trigger a web server whenever the repo is pushed to. |