CSS is better
Upgraded to Rails 7.1.3.3
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
|
||||
|
||||
<main>
|
||||
<% if notice %><div class="bg-green-lightest green-darkest px-5 py-3 br-3 border-l bw-6 bc-green"><%= notice %></div><% end %>
|
||||
<% if alert %><div class="bg-red-lightest red-darkest px-5 py-3 br-3 border-l bw-6 bc-red"><%= alert %></div><% end %>
|
||||
<% if notice %><div class=""><%= notice %></div><% end %>
|
||||
<% if alert %><div class=""><%= alert %></div><% end %>
|
||||
<%= yield %>
|
||||
</main>
|
||||
<footer>
|
||||
@@ -32,7 +32,7 @@
|
||||
<hr/>
|
||||
<h3>To-Do (In order of importance):</h3>
|
||||
<ul>
|
||||
<li>Tests for controllers and integration</li>
|
||||
<li>Edit - plus tests</li>
|
||||
<li>2FA</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user