aboutsummaryrefslogtreecommitdiff
path: root/app/views/resources/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/resources/new.html.erb')
-rw-r--r--app/views/resources/new.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/resources/new.html.erb b/app/views/resources/new.html.erb
index 80d8206..e8347b4 100644
--- a/app/views/resources/new.html.erb
+++ b/app/views/resources/new.html.erb
@@ -1,2 +1,4 @@
-<%= render partial: 'edit', locals: { resource: @resource } %>
+<%= render 'edit', resource: @resource %>
+
+<#%= render partial: 'edit', locals: { resource: @resource } %>