diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-16 13:46:33 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-16 13:46:33 +1100 |
commit | 945900a045b90accacba4cd9dcd0964bbbf00bda (patch) | |
tree | 2dca90f2edc7666681dac4b1b173aecb676e14d9 | |
parent | 879c5c5fb4a56fa25ed47c8eb738e0e79f5eddd7 (diff) |
Fix syntax to reinstate link to outgoing message
-rw-r--r-- | app/views/admin_request/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_request/show.html.erb b/app/views/admin_request/show.html.erb index d6d208daa..263ba4621 100644 --- a/app/views/admin_request/show.html.erb +++ b/app/views/admin_request/show.html.erb @@ -233,7 +233,7 @@ <div class="accordion-group"> <div class="accordion-heading"> <a href="#outgoing_<%=outgoing_message.id%>" data-toggle="collapse" data-parent="#outgoing_messages"><%= chevron_right %></a> - <% link_to admin_request_edit_outgoing_path(outgoing_message) do %> + <%= link_to admin_request_edit_outgoing_path(outgoing_message) do %> #<%= outgoing_message.id %> -- <%= outgoing_message.status.humanize %> <%= outgoing_message.message_type.humanize %> <% end %> <blockquote> |