removed unnecessary hr tags & titles
This commit is contained in:
parent
1e8b111be8
commit
065c200c33
8 changed files with 12 additions and 13 deletions
|
@ -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 @@
|
||||||
%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
|
||||||
|
|
|
@ -1,11 +1,4 @@
|
||||||
= 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 @@
|
||||||
- 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 @@
|
||||||
= 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 @@
|
||||||
= 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"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
%h3 Network Graph
|
%h3 Network Graph
|
||||||
%hr
|
%br
|
||||||
#holder.graph.well
|
#holder.graph.well
|
||||||
|
|
||||||
:javascript
|
:javascript
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
.back_link
|
.back_link
|
||||||
= link_to projects_path do
|
= link_to projects_path do
|
||||||
← To projects list
|
← To projects list
|
||||||
%hr
|
%br
|
||||||
.alert-message.block-message.warning
|
.alert-message.block-message.warning
|
||||||
.input
|
.input
|
||||||
.input-prepend
|
.input-prepend
|
||||||
|
|
Loading…
Add table
Reference in a new issue