annotate .svn/pristine/a8/a85079bc9d2a6203b8b8234585e7551c992a6a6d.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 => 'file', :revision => @rev } %></h2>
Chris@1296 8
Chris@1296 9 <%= render :partial => 'link_to_functions' %>
Chris@1296 10
Chris@1296 11 <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
Chris@1296 12
Chris@1296 13 <% content_for :header_tags do %>
Chris@1296 14 <%= stylesheet_link_tag "scm" %>
Chris@1296 15 <% end %>