You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
674 B

<h1 class="flex justify-center font-bold text-4xl dark:text-slate-300 border-2 border-black p-6">
List of Scores
</h1>
ACTION_VIEW = <%=Live::Constants::ACTION_VIEW%><br/>
ACTIVE_RECORD = <%=Live::Constants::ACTIVE_RECORD%><br/>
<div class='bg-red-300 text-pink-600'>
bg-red-950
<span class='text-black'>BLACK</span>
<span class='text-yellow-700'>WHITE</span>
<span class='text-red-200'>RED</span>
</div>
<div class="m-5 flex justify-end">
<%= link_to "New score", new_score_path, class: "border rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
</div>
<div class="p-4 inline-block min-w-full align-middle ">
<%= render 'scores' %>
</div>