removed unnecessary hr tags & titles

This commit is contained in:
Dmitriy Zaporozhets 2012-02-26 22:06:40 +02:00
parent 1e8b111be8
commit 065c200c33
8 changed files with 12 additions and 13 deletions

View file

@ -42,7 +42,7 @@ a {
float:left;
}
.right {
float:right;
float:right !important;
}
.width-50p{
width:50%;

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -1,5 +1,5 @@
%h3 Network Graph
%hr
%br
#holder.graph.well
:javascript

View file

@ -6,7 +6,7 @@
.back_link
= link_to projects_path do
&larr; To projects list
%hr
%br
.alert-message.block-message.warning
.input
.input-prepend