view .svn/pristine/a8/a85079bc9d2a6203b8b8234585e7551c992a6a6d.svn-base @ 1368:987e71e73116 bibliography_testing

Setup of testing framework for the bibliography plugin.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 20 Aug 2013 18:00:06 +0100
parents 038ba2d95de8
children
line wrap: on
line source
<%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>

<div class="contextual">
  <%= render :partial => 'navigation' %>
</div>

<h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2>

<%= render :partial => 'link_to_functions' %>

<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>

<% content_for :header_tags do %>
<%= stylesheet_link_tag "scm" %>
<% end %>