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.

6 lines
252 B

9 months ago
  1. <div class="mx-auto md:w-2/3 w-full">
  2. <h1 class="font-bold text-4xl">New score</h1>
  3. <%= render "form", score: @score %>
  4. <%= link_to "Back to scores", scores_path, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %>
  5. </div>