##// END OF EJS Templates
replace tabs to spaces at app/views/repositories/_navigation.html.erb...
Toshi MARUYAMA -
r11406:7040a1212f2c
parent child
Show More
@@ -30,5 +30,5
30 <% if @repository.supports_all_revisions? %>
30 <% if @repository.supports_all_revisions? %>
31 | <%= l(:label_revision) %>:
31 | <%= l(:label_revision) %>:
32 <%= text_field_tag 'rev', @rev, :size => 8 %>
32 <%= text_field_tag 'rev', @rev, :size => 8 %>
33 <% end %>
33 <% end %>
34 <% end -%>
34 <% end -%>
General Comments 0
You need to be logged in to leave comments. Login now