<% if notice.present? %>

<%= notice %>

<% end %>

Scores

<%= link_to "New score", new_score_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
<%= render @scores %>