]> git.openstreetmap.org Git - rails.git/blob - app/views/changeset/_changesets.html.erb
Add an HTML version of the diary comment notification mail
[rails.git] / app / views / changeset / _changesets.html.erb
1 <% showusername = true if showusername.nil? %>
2 <table id="changeset_list">
3   <%= render :partial => 'changeset', :locals => {:showusername => showusername}, :collection => @edits unless @edits.nil? %>
4 </table>