* Turn the hardcoded #<%= changeset.id %> into t('msg', :id =>
changeset.id). Some languages may have a different numeric indicator than the ASCII pound symbol * Instead of including a column on :user/edits with a "more" link make the changeset ID link to the changeset page.
This commit is contained in:
parent
705ae98e9a
commit
e2abf1254b
24 changed files with 10 additions and 27 deletions
|
@ -8,7 +8,6 @@
|
|||
<% end %>
|
||||
<th><%= t'changeset.changesets.comment' %></th>
|
||||
<th><%= t'changeset.changesets.area' %></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
<%= render :partial => 'changeset', :locals => {:showusername => showusername}, :collection => @edits unless @edits.nil? %>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue