##// END OF EJS Templates
Do not run Mercurial functional tests if the test repository is not set up....
Do not run Mercurial functional tests if the test repository is not set up. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1019 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r948:6239e319ac83
r1006:3d5381b24bb4
Show More
show.rhtml
14 lines | 566 B | text/html+ruby | RhtmlLexer
<div class="contextual">
<%= link_to_if_authorized l(:button_edit), {:controller => 'versions', :action => 'edit', :id => @version}, :class => 'icon icon-edit' %>
</div>
<h2><%= h(@version.name) %></h2>
<div id="status_by">
<%= render_issue_status_by(@version, params[:status_by]) if @version.fixed_issues.count > 0 %>
</div>
<%= render :partial => 'versions/overview', :locals => {:version => @version} %>
<%= render(:partial => "wiki/content", :locals => {:content => @version.wiki_page.content}) if @version.wiki_page %>
<% set_html_title h(@version.name) %>