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.

8 lines
301 B

10 months ago
  1. <div class="m-5 flex justify-end">
  2. <h1 class="font-bold text-4xl">List of Scores</h1>
  3. <%= link_to "New score", new_score_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
  4. </div>
  5. <div class="p-4 inline-block min-w-full align-middle ">
  6. <%= render 'scores' %>
  7. </div>