Mercurial > hg > soundsoftware-site
annotate .svn/pristine/65/65ef890cea4ede6b19d9b1202dd3caee109782b0.svn-base @ 976:0befb332f41a get_statistics
get stats up to current date
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 25 Oct 2012 13:50:45 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 <%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %> |
Chris@909 | 2 |
Chris@909 | 3 <ul> |
Chris@909 | 4 <% for detail in @journal.details %> |
Chris@909 | 5 <li><%= show_detail(detail, true) %></li> |
Chris@909 | 6 <% end %> |
Chris@909 | 7 </ul> |
Chris@909 | 8 |
Chris@909 | 9 <%= textilizable(@journal, :notes, :only_path => false) %> |
Chris@909 | 10 <hr /> |
Chris@909 | 11 <%= render :partial => "issue.html.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %> |