<h2>
<a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
<%= t('browse.changeset.title', :id => @changeset.id) %>
- <% if @user and @user.id != @changeset.user.id %>
- <%= link_to new_issue_url(reportable_id: @changeset.id, reportable_type: @changeset.class.name, referer: request.fullpath), :title => t('browse.changeset.report') do %>
- ⚐
- <% end %>
- <% end %>
</h2>
<div class="browse-section">
<input type="submit" name="comment" value="<%= t('javascripts.changesets.show.comment') %>" data-changeset-id="<%= @changeset.id %>" data-method="POST" data-url="<%= changeset_comment_url(@changeset) %>" disabled="1"/>
</div>
</form>
+ <% else %>
+ <div class="notice hide_unless_logged_in">
+ <%= t('browse.changeset.still_open') %>
+ </div>
<% end %>
<% unless @ways.empty? %>