diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-15 14:45:35 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-15 14:45:35 +1100 |
commit | 8e31340c425f2eeb493435fc1302de5621d62b83 (patch) | |
tree | c5312b5c705ec882fd193f9b6d6b071412a5f494 | |
parent | 22b7491eadf52d29fdb8f3edb6f09e5cbc2d15d8 (diff) |
Remove extra bit added in merge
-rw-r--r-- | app/views/admin_request/show.html.erb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/admin_request/show.html.erb b/app/views/admin_request/show.html.erb index c725f42c4..cb186e9e3 100644 --- a/app/views/admin_request/show.html.erb +++ b/app/views/admin_request/show.html.erb @@ -160,17 +160,6 @@ </div> </div> -<% for info_request_event in @info_request.info_request_events.find(:all, :order => "created_at, id") %> - <tr class="<%= cycle('odd', 'even') %>"> - <td><%=h info_request_event.id %></td> - <% for column in InfoRequestEvent.content_columns %> - <td> - <% if column.name == 'params_yaml' %> - <%= info_request_event.params_yaml_as_html %> - <% elsif column.text? %> - <%=h (info_request_event.send(column.name) || '').gsub(/_/,' ') %> - <% else %> - <%=h info_request_event.send(column.name) %> <% end %> <div class="form-actions" id="request_hide_button"> <%= submit_tag _("Hide request"), :class => "btn" %> |