mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
wrap up prompts page for now
This commit is contained in:
parent
6765c85950
commit
1d7fc0fdb6
@ -1,8 +1,8 @@
|
||||
<section class="text-gray-600 body-font">
|
||||
<div class="container px-5 py-24 mx-auto flex flex-wrap items-center">
|
||||
<div class="lg:w-2/5 md:w-1/2 md:pr-16 lg:pr-0 pr-0">
|
||||
<div class="lg:w-2/5 md:pr-16 lg:pr-0 pr-0">
|
||||
<div class="text-xs text-gray-500 ml-8 mb-2 uppercase">
|
||||
prompt from your world
|
||||
A prompt from your world
|
||||
</div>
|
||||
<h1 class="title-font font-medium leading-normal text-4xl text-white bg-notebook-blue px-8 py-6 rounded">
|
||||
<%=
|
||||
@ -13,11 +13,8 @@
|
||||
)
|
||||
%>
|
||||
</h1>
|
||||
<p class="leading-relaxed mt-4">
|
||||
<%= @content.description %>
|
||||
</p>
|
||||
</div>
|
||||
<div class="lg:w-3/6 md:w-1/2 bg-gray-100 rounded-lg p-8 flex flex-col md:ml-auto w-full mt-10 md:mt-0">
|
||||
<div class="lg:w-3/6 bg-gray-100 rounded-lg p-8 flex flex-col md:ml-auto w-full mt-10 md:mt-0">
|
||||
<div class="text-xs text-gray-500 uppercase ml-8">expanding</div>
|
||||
<h2 class="text-gray-900 text-xl font-medium title-font mb-5">
|
||||
<%= 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 %>
|
||||
|
||||
|
||||
<div class="relative">
|
||||
<%= hidden_field_tag "field[name]", @attribute_field_to_question[:id] %>
|
||||
<label for="field[value]" class="leading-7 text-sm text-gray-600"><%= @attribute_field_to_question.label %></label>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user