Mercurial > hg > soundsoftware-site
annotate .svn/pristine/b2/b2d23f95d6214e578deb83fcc382ea31f387d199.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 | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 <h2><%=l(:label_report_plural)%></h2> |
Chris@909 | 2 |
Chris@909 | 3 <h3><%=@report_title%></h3> |
Chris@909 | 4 <%= render :partial => 'details', :locals => { :data => @data, :field_name => @field, :rows => @rows } %> |
Chris@909 | 5 <br /> |
Chris@909 | 6 <%= link_to l(:button_back), :action => 'issue_report' %> |
Chris@909 | 7 |