##// END OF EJS Templates
Doc update before 0.7-rc1 release....
Doc update before 0.7-rc1 release. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1284 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1019:3e0acc0b7e1f
r1269:60c12ca3ab75
Show More
browse.rhtml
13 lines | 364 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' %>
<% content_for :header_tags do %>
<%= stylesheet_link_tag "scm" %>
Jean-Philippe Lang
Slight improvements to the browser views....
r1019 <% end %>