classic theme improved, images refactored

This commit is contained in:
Dmitriy Zaporozhets 2012-03-13 22:17:13 +02:00
parent 0fe36374d8
commit 781f5aa6fb
15 changed files with 45 additions and 36 deletions

View file

@ -5,22 +5,22 @@
%span.removed_file
%a{:href => "##{diff.a_path}"}
= diff.a_path
= image_tag "blueprint_delete.png"
= image_tag "diff_file_delete.png"
- elsif diff.renamed_file
%span.moved_file
%a{:href => "##{diff.b_path}"}
= diff.a_path
= "->"
= diff.b_path
= image_tag "blueprint_notice.png"
= image_tag "diff_file_notice.png"
- elsif diff.new_file
%span.new_file
%a{:href => "##{diff.b_path}"}
= diff.b_path
= image_tag "blueprint_add.png"
= image_tag "diff_file_add.png"
- else
%span.edit_file
%a{:href => "##{diff.b_path}"}
= diff.b_path
= image_tag "blueprint_info.png"
= image_tag "diff_file_info.png"

View file

@ -4,7 +4,6 @@
.top_panel_content
%div.app_logo
= link_to root_path, :class => "home", :title => "Home" do
= image_tag "logo_tr.png", :width => 50
%h1
GITLAB
%h1.project_name= title