Mercurial > hg > soundsoftware-site
annotate .svn/pristine/33/33518d1c584baba3aa48b3bfa72c87ee64c3e83d.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 11 Sep 2014 10:24:38 +0100 |
parents | 038ba2d95de8 |
children |
rev | line source |
---|---|
Chris@1296 | 1 <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %> |
Chris@1296 | 2 |
Chris@1296 | 3 <div class="contextual"> |
Chris@1296 | 4 <%= render :partial => 'navigation' %> |
Chris@1296 | 5 </div> |
Chris@1296 | 6 |
Chris@1296 | 7 <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %></h2> |
Chris@1296 | 8 |
Chris@1296 | 9 <%= render :partial => 'link_to_functions' %> |
Chris@1296 | 10 |
Chris@1296 | 11 <%= render_properties(@properties) %> |
Chris@1296 | 12 |
Chris@1296 | 13 <%= render(:partial => 'revisions', |
Chris@1296 | 14 :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %> |
Chris@1296 | 15 |
Chris@1296 | 16 <% content_for :header_tags do %> |
Chris@1296 | 17 <%= stylesheet_link_tag "scm" %> |
Chris@1296 | 18 <% end %> |
Chris@1296 | 19 |
Chris@1296 | 20 <% html_title(l(:label_change_plural)) -%> |