|
|
@ -1,4 +1,4 @@ |
|
|
|
<div class="w-full"> |
|
|
|
<div class="w-full bg-yellow-300"> |
|
|
|
<% if notice.present? %> |
|
|
|
<p class="py-2 px-3 bg-green-50 mb-5 text-green-500 font-medium rounded-lg inline-block" id="notice"><%= notice %></p> |
|
|
|
<% end %> |
|
|
@ -8,7 +8,7 @@ |
|
|
|
<%= link_to "New score", new_score_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div id="scores" class="min-w-full bg-yellow-600"> |
|
|
|
<div id="scores" class="min-w-full "> |
|
|
|
<%= render @scores %> |
|
|
|
</div> |
|
|
|
</div> |