removed unnecessary hr tags & titles
This commit is contained in:
parent
1e8b111be8
commit
065c200c33
|
@ -42,7 +42,7 @@ a {
|
|||
float:left;
|
||||
}
|
||||
.right {
|
||||
float:right;
|
||||
float:right !important;
|
||||
}
|
||||
.width-50p{
|
||||
width:50%;
|
||||
|
|
|
@ -21,6 +21,12 @@
|
|||
%span.number= @project.repo.tags.count
|
||||
|
||||
|
||||
- if current_page?(project_commits_path(@project)) && current_user.private_token
|
||||
%li.right
|
||||
%span
|
||||
= link_to project_commits_path(@project, :atom, { :private_token => current_user.private_token, :ref => @ref }), :class => "btn" do
|
||||
feed
|
||||
= image_tag "Rss-UI.PNG", :width => 14, :title => "feed"
|
||||
|
||||
|
||||
:javascript
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
= render "head"
|
||||
%h3
|
||||
Commits
|
||||
- if current_user.private_token
|
||||
%span.rss-icon
|
||||
= link_to project_commits_path(@project, :atom, { :private_token => current_user.private_token, :ref => @ref }) do
|
||||
= image_tag "Rss-UI.PNG", :width => 22, :title => "feed"
|
||||
%hr
|
||||
|
||||
- if params[:path]
|
||||
%ul.breadcrumb
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
- if can? current_user, :write_issue, @project
|
||||
= link_to new_project_issue_path(@project), :class => "right btn small", :title => "New Issue", :remote => true do
|
||||
New Issue
|
||||
%hr
|
||||
%br
|
||||
%div#issues-table-holder.ui-box
|
||||
.title
|
||||
.row
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
= link_to new_project_merge_request_path(@project), :class => "right btn small", :title => "New Merge Request" do
|
||||
New Merge Request
|
||||
|
||||
%hr
|
||||
%br
|
||||
|
||||
.ui-box
|
||||
.title
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
= label_tag :notify_author do
|
||||
= check_box_tag :notify_author, 1 , @note.noteable_type == "Commit"
|
||||
%span Commit author
|
||||
.span4.right
|
||||
.span4
|
||||
%h5 Attachment:
|
||||
.clearfix
|
||||
= f.label :attachment, "Any file, < 10 MB"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%h3 Network Graph
|
||||
%hr
|
||||
%br
|
||||
#holder.graph.well
|
||||
|
||||
:javascript
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.back_link
|
||||
= link_to projects_path do
|
||||
← To projects list
|
||||
%hr
|
||||
%br
|
||||
.alert-message.block-message.warning
|
||||
.input
|
||||
.input-prepend
|
||||
|
|
Loading…
Reference in a new issue