- <% if @user and @user.id != @changeset.user.id %>
- <div class="report-button">
- <%= link_to new_issue_url(reportable_id: @changeset.id, reportable_type: @changeset.class.name, reported_user_id: @changeset.user.id), :title => t('browse.changeset.report') do %>
- <%= image_tag('notice.png', size: '10x10') %>
- <% end %>
- </div>
- <% end %>
- <%= t('browse.changeset.title', :id => @changeset.id) %>