Merge remote-tracking branch 'upstream/pull/4517'
This commit is contained in:
commit
8fb45ef0fd
1 changed files with 6 additions and 6 deletions
|
@ -117,6 +117,12 @@
|
|||
<% end %>
|
||||
</div>
|
||||
|
||||
<div class='secondary-actions'>
|
||||
<%= link_to(t(".changesetxml"), :controller => "api/changesets", :action => "show") %>
|
||||
·
|
||||
<%= link_to(t(".osmchangexml"), :controller => "api/changesets", :action => "download") %>
|
||||
</div>
|
||||
|
||||
<% if @next_by_user || @prev_by_user %>
|
||||
<div class='secondary-actions'>
|
||||
<% if @prev_by_user %>
|
||||
|
@ -137,9 +143,3 @@
|
|||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<div class='secondary-actions'>
|
||||
<%= link_to(t(".changesetxml"), :controller => "api/changesets", :action => "show") %>
|
||||
·
|
||||
<%= link_to(t(".osmchangexml"), :controller => "api/changesets", :action => "download") %>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue