docbrown/app/views/admin/feedback_messages/show.html.erb
Josh Puetz 1c566e0ec4
[deploy] Move /internal to `/admin (#9639)
* First draft - all the big changes

* Changing some more references to 'internal'

* Relocate internal request tests to admin

* Relocate internal system tests to admin

* Fix trailing space

* Test fix

* Move queries from internal to admin

* Docs updates

* Rename internal stimuls controllers to admin (plus docs)

* Rename admin layout

* Fix routing after rebase

* Fixes for latest added admin interfaces

* Serviceworker ignore paths
2020-08-07 10:36:26 -04:00

5 lines
187 B
Text

<%= render "style" %>
<%= form_for [:admin, @feedback_message], html: { class: "mt-3" } do |f| %>
<%= render "feedback_message", f: f, feedback_message: @feedback_message %>
<% end %>