Commit 065c200c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

removed unnecessary hr tags & titles

parent 1e8b111b
...@@ -42,7 +42,7 @@ a { ...@@ -42,7 +42,7 @@ a {
float:left; float:left;
} }
.right { .right {
float:right; float:right !important;
} }
.width-50p{ .width-50p{
width:50%; width:50%;
......
...@@ -21,6 +21,12 @@ ...@@ -21,6 +21,12 @@
%span.number= @project.repo.tags.count %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 :javascript
......
= render "head" = 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] - if params[:path]
%ul.breadcrumb %ul.breadcrumb
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
- if can? current_user, :write_issue, @project - if can? current_user, :write_issue, @project
= link_to new_project_issue_path(@project), :class => "right btn small", :title => "New Issue", :remote => true do = link_to new_project_issue_path(@project), :class => "right btn small", :title => "New Issue", :remote => true do
New Issue New Issue
%hr %br
%div#issues-table-holder.ui-box %div#issues-table-holder.ui-box
.title .title
.row .row
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
= link_to new_project_merge_request_path(@project), :class => "right btn small", :title => "New Merge Request" do = link_to new_project_merge_request_path(@project), :class => "right btn small", :title => "New Merge Request" do
New Merge Request New Merge Request
%hr %br
.ui-box .ui-box
.title .title
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
= label_tag :notify_author do = label_tag :notify_author do
= check_box_tag :notify_author, 1 , @note.noteable_type == "Commit" = check_box_tag :notify_author, 1 , @note.noteable_type == "Commit"
%span Commit author %span Commit author
.span4.right .span4
%h5 Attachment: %h5 Attachment:
.clearfix .clearfix
= f.label :attachment, "Any file, < 10 MB" = f.label :attachment, "Any file, < 10 MB"
......
%h3 Network Graph %h3 Network Graph
%hr %br
#holder.graph.well #holder.graph.well
:javascript :javascript
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.back_link .back_link
= link_to projects_path do = link_to projects_path do
&larr; To projects list &larr; To projects list
%hr %br
.alert-message.block-message.warning .alert-message.block-message.warning
.input .input
.input-prepend .input-prepend
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment