Mercurial > hg > soundsoftware-site
annotate .svn/pristine/7d/7d269c022be2b708c54850fa0944c980f7e05aca.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 <%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %> |
Chris@1296 | 2 |
Chris@1296 | 3 <ul> |
Chris@1296 | 4 <% details_to_strings(@journal.details, false, :only_path => false).each do |string| %> |
Chris@1296 | 5 <li><%= string %></li> |
Chris@1296 | 6 <% end %> |
Chris@1296 | 7 </ul> |
Chris@1296 | 8 |
Chris@1296 | 9 <%= textilizable(@journal, :notes, :only_path => false) %> |
Chris@1296 | 10 <hr /> |
Chris@1296 | 11 <%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :issue_url => @issue_url } %> |