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.

16 lines
524 B

2 months ago
3 months ago
11 months ago
  1. <h1 class="flex justify-center font-bold text-4xl dark:text-slate-300 border-2 border-black p-6">
  2. List of Scores
  3. </h1>
  4. ACTION_VIEW = <%=Live::Constants::ACTION_VIEW%><br/>
  5. ACTIVE_RECORD = <%=Live::Constants::ACTIVE_RECORD%><br/>
  6. <%= Score.last %>
  7. <%= Score.last %>
  8. <div class="m-5 flex justify-end">
  9. <%= link_to "New score", new_score_path, class: "border rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
  10. </div>
  11. <div class="p-4 inline-block min-w-full align-middle ">
  12. <%= render 'scores' %>
  13. </div>