Skip to content

Commit

Permalink
Reconcile with core
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed May 9, 2023
1 parent c3836b7 commit 8424291
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/views/followups/_followup.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@
<% end %>
<% end %>

<% if @info_request.from_name != @info_request.user_name %>
<div class="warning">
<%= _('Your name has been changed since your last message in this ' \
'request. Please consider mentioning this to the authority ' \
'and explain that you are the original requester.') %>
</div>
<% end %>

<% form_url =
if incoming_message.nil?
preview_request_followups_url(request_id: @info_request.id)
Expand Down

0 comments on commit 8424291

Please sign in to comment.