diff options
author | Francis Irving <francis@mysociety.org> | 2010-08-12 02:13:14 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-08-12 02:13:14 +0100 |
commit | 623032b090d608c1d3d1aba3b3c893bb8792536f (patch) | |
tree | bcd94994e7d4591dba8c5c70584bb1f85ce11f42 | |
parent | 6d7b3a39babec289d1604099b9211e0e29d79a70 (diff) |
Misplaced form element
-rw-r--r-- | app/views/admin_request/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_request/show.rhtml b/app/views/admin_request/show.rhtml index 2e5c73359..279d09295 100644 --- a/app/views/admin_request/show.rhtml +++ b/app/views/admin_request/show.rhtml @@ -4,8 +4,8 @@ <h1><%=@title%></h1> <% form_tag '../move_request', { :class => "inline" } do %> -<%= hidden_field_tag 'info_request_id', @info_request.id %> <p> +<%= hidden_field_tag 'info_request_id', @info_request.id %> <% for column in InfoRequest.content_columns %> <strong><%= column.human_name %>:</strong> <%=h @info_request.send(column.name) %> <% if column.name == 'described_state' %> |