Remove unecessary %br in help area

This commit is contained in:
Dmitriy Zaporozhets 2013-07-27 19:34:37 +03:00
parent 2db010b6a3
commit b5668234b1
10 changed files with 1 additions and 10 deletions

View File

@ -2,7 +2,7 @@
.span3{:"data-spy" => 'affix'}
.ui-box
.title
%h5 Help
Help
%ul.well-list
%li
%strong= link_to "Workflow", help_workflow_path

View File

@ -4,7 +4,6 @@
%span
\/
= @category.titleize
%br
.file-holder
.file-title

View File

@ -1,6 +1,5 @@
= render layout: 'help/layout' do
%h3.page-title GitLab Flavored Markdown
%br
.help_body
= preserve do

View File

@ -1,6 +1,5 @@
= render layout: 'help/layout' do
%h3.page-title Permissions
%br
%fieldset
%legend Guest

View File

@ -1,6 +1,5 @@
= render layout: 'help/layout' do
%h3.page-title Public Access
%br
%p
GitLab allows you to open selected projects to be accessed publicly.

View File

@ -1,6 +1,5 @@
= render layout: 'help/layout' do
%h3.page-title GitLab Rake Tasks
%br
%p.slead
GitLab provides some specific rake tasks to enable special features or perform maintenance tasks.

View File

@ -1,6 +1,5 @@
= render layout: 'help/layout' do
%h3.page-title SSH Keys
%br
%p.slead
SSH key allows you to establish a secure connection between your computer and GitLab

View File

@ -1,6 +1,5 @@
= render layout: 'help/layout' do
%h3.page-title System hooks
%br
%p.slead
Your GitLab instance can perform HTTP POST requests on the following events: create_project, delete_project, create_user, delete_user, change_team_member.

View File

@ -1,6 +1,5 @@
= render layout: 'help/layout' do
%h3.page-title Web hooks
%br
%p.slead
Every GitLab project can trigger a web server whenever the repo is pushed to.

View File

@ -1,6 +1,5 @@
= render layout: 'help/layout' do
%h3.page-title Workflow
%br
%ol.help
%li