Mercurial > hg > soundsoftware-site
annotate .svn/pristine/63/6363e04d893f5e743cf860de53b9bf91e0dfa927.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 | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %> |
Chris@909 | 2 |
Chris@909 | 3 <div class="contextual"> |
Chris@909 | 4 <%= render :partial => 'navigation' %> |
Chris@909 | 5 </div> |
Chris@909 | 6 |
Chris@909 | 7 <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2> |
Chris@909 | 8 |
Chris@909 | 9 <p><%= render :partial => 'link_to_functions' %></p> |
Chris@909 | 10 |
Chris@909 | 11 <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %> |
Chris@909 | 12 |
Chris@909 | 13 <% content_for :header_tags do %> |
Chris@909 | 14 <%= stylesheet_link_tag "scm" %> |
Chris@909 | 15 <% end %> |