Remove trailing whitespaces and trailing lines
This commit is contained in:
parent
7e0726b1da
commit
3bd06d55e0
80 changed files with 261 additions and 296 deletions
|
@ -5,6 +5,6 @@
|
|||
= hidden_field_tag :destination, "tree"
|
||||
= hidden_field_tag :path, params[:path]
|
||||
%li{:class => "#{'active' if (controller.controller_name == "refs") }"}
|
||||
= link_to tree_project_ref_path(@project, @ref) do
|
||||
= link_to tree_project_ref_path(@project, @ref) do
|
||||
Source
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
= image_tag "file_txt.png"
|
||||
- elsif content.image?
|
||||
= image_tag "file_img.png"
|
||||
- else
|
||||
- else
|
||||
= image_tag "file_bin.png"
|
||||
- else
|
||||
= image_tag "file_dir.png"
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
#tree-holder= render :partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}
|
||||
|
||||
:javascript
|
||||
$(function() {
|
||||
$(function() {
|
||||
Tree.init();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue