Commit 065c200c33f68c2bb781e35a43f9dc8138a893b5
1 parent
1e8b111b
Exists in
master
and in
4 other branches
removed unnecessary hr tags & titles
Showing
8 changed files
with
12 additions
and
13 deletions
Show diff stats
app/assets/stylesheets/common.scss
app/views/commits/_head.html.haml
| @@ -21,6 +21,12 @@ | @@ -21,6 +21,12 @@ | ||
| 21 | %span.number= @project.repo.tags.count | 21 | %span.number= @project.repo.tags.count |
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | + - if current_page?(project_commits_path(@project)) && current_user.private_token | ||
| 25 | + %li.right | ||
| 26 | + %span | ||
| 27 | + = link_to project_commits_path(@project, :atom, { :private_token => current_user.private_token, :ref => @ref }), :class => "btn" do | ||
| 28 | + feed | ||
| 29 | + = image_tag "Rss-UI.PNG", :width => 14, :title => "feed" | ||
| 24 | 30 | ||
| 25 | 31 | ||
| 26 | :javascript | 32 | :javascript |
app/views/commits/index.html.haml
| 1 | = render "head" | 1 | = render "head" |
| 2 | -%h3 | ||
| 3 | - Commits | ||
| 4 | - - if current_user.private_token | ||
| 5 | - %span.rss-icon | ||
| 6 | - = link_to project_commits_path(@project, :atom, { :private_token => current_user.private_token, :ref => @ref }) do | ||
| 7 | - = image_tag "Rss-UI.PNG", :width => 22, :title => "feed" | ||
| 8 | -%hr | ||
| 9 | 2 | ||
| 10 | - if params[:path] | 3 | - if params[:path] |
| 11 | %ul.breadcrumb | 4 | %ul.breadcrumb |
app/views/issues/index.html.haml
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | - if can? current_user, :write_issue, @project | 8 | - if can? current_user, :write_issue, @project |
| 9 | = link_to new_project_issue_path(@project), :class => "right btn small", :title => "New Issue", :remote => true do | 9 | = link_to new_project_issue_path(@project), :class => "right btn small", :title => "New Issue", :remote => true do |
| 10 | New Issue | 10 | New Issue |
| 11 | - %hr | 11 | + %br |
| 12 | %div#issues-table-holder.ui-box | 12 | %div#issues-table-holder.ui-box |
| 13 | .title | 13 | .title |
| 14 | .row | 14 | .row |
app/views/merge_requests/index.html.haml
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | = link_to new_project_merge_request_path(@project), :class => "right btn small", :title => "New Merge Request" do | 4 | = link_to new_project_merge_request_path(@project), :class => "right btn small", :title => "New Merge Request" do |
| 5 | New Merge Request | 5 | New Merge Request |
| 6 | 6 | ||
| 7 | -%hr | 7 | +%br |
| 8 | 8 | ||
| 9 | .ui-box | 9 | .ui-box |
| 10 | .title | 10 | .title |
app/views/notes/_form.html.haml
| @@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
| 21 | = label_tag :notify_author do | 21 | = label_tag :notify_author do |
| 22 | = check_box_tag :notify_author, 1 , @note.noteable_type == "Commit" | 22 | = check_box_tag :notify_author, 1 , @note.noteable_type == "Commit" |
| 23 | %span Commit author | 23 | %span Commit author |
| 24 | - .span4.right | 24 | + .span4 |
| 25 | %h5 Attachment: | 25 | %h5 Attachment: |
| 26 | .clearfix | 26 | .clearfix |
| 27 | = f.label :attachment, "Any file, < 10 MB" | 27 | = f.label :attachment, "Any file, < 10 MB" |
app/views/projects/graph.html.haml
app/views/projects/show.html.haml
| @@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
| 6 | .back_link | 6 | .back_link |
| 7 | = link_to projects_path do | 7 | = link_to projects_path do |
| 8 | ← To projects list | 8 | ← To projects list |
| 9 | -%hr | 9 | +%br |
| 10 | .alert-message.block-message.warning | 10 | .alert-message.block-message.warning |
| 11 | .input | 11 | .input |
| 12 | .input-prepend | 12 | .input-prepend |