aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin_request/edit_outgoing.rhtml3
-rw-r--r--app/views/admin_request/show.rhtml5
2 files changed, 4 insertions, 4 deletions
diff --git a/app/views/admin_request/edit_outgoing.rhtml b/app/views/admin_request/edit_outgoing.rhtml
index 3f59fad1f..099658e44 100644
--- a/app/views/admin_request/edit_outgoing.rhtml
+++ b/app/views/admin_request/edit_outgoing.rhtml
@@ -4,9 +4,6 @@
<% form_tag '../update_outgoing/' + @outgoing_message.id.to_s do %>
- <p><label for="info_request_title">Title</label><br/>
- <%= text_field 'info_request', 'title', :size => 50 %></p>
-
<p><label for="outgoing_message_body">Body of message</label><br/>
<%= text_area 'outgoing_message', 'body', :rows => 10, :cols => 60 %></p>
diff --git a/app/views/admin_request/show.rhtml b/app/views/admin_request/show.rhtml
index 690d85905..940972187 100644
--- a/app/views/admin_request/show.rhtml
+++ b/app/views/admin_request/show.rhtml
@@ -13,7 +13,10 @@
<strong>Envelope email address:</strong> <%=h @info_request.envelope_email %> <br>
</p>
-<p><%= link_to 'Public page', main_url(request_url(@info_request)) %></p>
+<p>
+<%= link_to 'Public page', main_url(request_url(@info_request)) %>
+| <%= link_to "Edit", '../edit/' + @info_request.id.to_s %>
+</p>
<h2>Outgoing messages</h2>