From 1d7fc0fdb664b421f6561b1b50fe1fcfd95d5e09 Mon Sep 17 00:00:00 2001 From: drusepth Date: Tue, 12 Apr 2022 00:30:15 -0700 Subject: [PATCH] wrap up prompts page for now --- app/views/main/prompts.html.erb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/app/views/main/prompts.html.erb b/app/views/main/prompts.html.erb index 44da65cd..f23bad4a 100644 --- a/app/views/main/prompts.html.erb +++ b/app/views/main/prompts.html.erb @@ -1,8 +1,8 @@
-
+
- prompt from your world + A prompt from your world

<%= @@ -13,11 +13,8 @@ ) %>

-

- <%= @content.description %> -

-
+
expanding

<%= link_to @content.view_path do %> @@ -32,7 +29,6 @@ <%= hidden_field_tag "entity[entity_id]", @content.id %> <%= hidden_field_tag "entity[entity_type]", @content.page_type %> -
<%= hidden_field_tag "field[name]", @attribute_field_to_question[:id] %>