Mercurial > hg > soundsoftware-site
annotate .svn/pristine/a8/a85079bc9d2a6203b8b8234585e7551c992a6a6d.svn-base @ 1458:b1f4c9a2af24 bug_794
Makes the default radio button checked by default -- this should fix bug #794.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 11 Nov 2013 18:25:22 +0000 |
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 %> |