Mercurial > hg > soundsoftware-site
view .svn/pristine/44/44b6598d90ff6acd9319545fe1b04d55d8804065.svn-base @ 1423:40e82f170353 biblio_alt_search_auth
small adjustments to text box size.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 02 Oct 2013 16:47:03 +0100 |
parents | 038ba2d95de8 |
children |
line wrap: on
line source
<h2><%= l(:label_statistics) %></h2> <p> <%= tag("embed", :width => 800, :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :repository_id => @repository.identifier_param, :graph => "commits_per_month")) %> </p> <p> <%= tag("embed", :width => 800, :height => 400, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :repository_id => @repository.identifier_param, :graph => "commits_per_author")) %> </p> <p><%= link_to l(:button_back), :action => 'show', :id => @project %></p> <% html_title(l(:label_repository), l(:label_statistics)) -%>