Prod build process
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
<div class="bg-deepcove h-full w-full flex flex-col">
|
||||
<div class="flex items-center">
|
||||
<%= link_to employer_path(@employer.slug), class: "flex items-center h-14 space-x" do %>
|
||||
<div class="flex items-center h-14 text-bluemana hover:text-bronze">
|
||||
<%= icon "arrow-big-left-dash", library: "lucide", class: "h-full w-20 text-center" %>
|
||||
<div class="w-full pb-1 font-bold text-2xl">
|
||||
<%= "Back to Employer" %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="flex space-x-6 my-5 font-bold text-4xl">
|
||||
<h1 class="text-platinum">ID Card Plans:</h1>
|
||||
<h1 class="text-atmosphere">(<%= @employer.name %>)</h1>
|
||||
@@ -29,7 +39,7 @@
|
||||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<%= button_tag "Add a Plan", class: "cursor-pointer text-2xl font-bold py-2 pr-6 mt-10 w-[calc(24%-1rem)] w-1/4 min-h-[940px] text-[#E0E0E0] rounded-lg font-medium border border-[#E0E0E0] bg-[#173057] hover:bg-transparent hover:shadow-[0_0_10px_3px_#93c5fd] transition-colors duration-150", data: { action: "add-plan#add", add_plan_target: "button" } %>
|
||||
<%= button_tag "Add a Plan", class: "cursor-pointer text-2xl font-bold py-2 pr-6 mt-10 w-[calc(24%-1rem)] w-1/4 h-[200px] text-[#E0E0E0] rounded-lg font-medium border border-[#E0E0E0] bg-[#173057] hover:bg-transparent hover:shadow-[0_0_10px_3px_#93c5fd] transition-colors duration-150", data: { action: "add-plan#add", add_plan_target: "button" } %>
|
||||
</div>
|
||||
<template data-add-plan-target="template">
|
||||
<%= f.fields_for :plans, @setup.plans.build, child_index: 'NEW_RECORD' do |plan_fields| %>
|
||||
@@ -55,8 +65,8 @@
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
<div class="py-8">
|
||||
<%= f.submit "Submit Plans" %>
|
||||
<div class="flex space-x-3 py-8">
|
||||
<%= f.submit "Save Plans", {class: "px-8"} %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user