##// END OF EJS Templates
Adds custom fields functional tests....
Adds custom fields functional tests. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2268 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1613:12fbd06c02d4
r2266:b4640a0904db
Show More
browse.rhtml
14 lines | 402 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <div class="contextual">
<% form_tag do %>
Jean-Philippe Lang
Application layout refactored....
r736 <%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 5 %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <% end %>
</div>
<h2><%= render :partial => 'navigation', :locals => { :path => @path, :kind => 'dir', :revision => @rev } %></h2>
<%= render :partial => 'dir_list' %>
Jean-Philippe Lang
Display svn properties in the browser, svn >= 1.5.0 only (#1581)....
r1613 <%= render_properties(@properties) %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330
<% content_for :header_tags do %>
<%= stylesheet_link_tag "scm" %>
Jean-Philippe Lang
Slight improvements to the browser views....
r1019 <% end %>