Mercurial > hg > soundsoftware-site
view .svn/pristine/14/149151b89e5659b8d56fd85ed72924a5e1708683.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 |
line wrap: on
line source
<% changesets.each do |changeset| %> <div class="changeset <%= cycle('odd', 'even') %>"> <p><%= link_to_revision(changeset, changeset.project, :text => "#{l(:label_revision)} #{changeset.format_identifier}") %><br /> <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> <div class="wiki"> <%= textilizable(changeset, :comments) %> </div> </div> <% end %>