Skip to content

Commit

Permalink
Add a footer to the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
fractaledmind committed Jan 31, 2024
1 parent 03591db commit d5dd976
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/layouts/solid_errors/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,13 @@
<%= content_for?(:content) ? yield(:content) : yield %>
</main>

<footer class="container mx-auto py-4 mt-24 text-base flex justify-between items-center border-t">
<p>
<code><strong>Solid</strong> <em>Errors</em></code>&nbsp;&nbsp;|&nbsp;
Made by <a href="https://twitter.com/fractaledmind" class="text-blue-500 hover:underline decoration-blue-500">@fractaledmind</a> and <a href="https://github.com/fractaledmind/solid_errors/graphs/contributors" class="text-blue-500 hover:underline decoration-blue-500">friends</a>! Want to help? It's <a href="https://github.com/fractaledmind/solid_errors" class="text-blue-500 hover:underline decoration-blue-500">open source</a>!
</p>
</footer>

<div class="fixed top-0 left-0 right-0 text-center py-2">
<% if notice.present? %>
<p id="notice"
Expand Down

0 comments on commit d5dd976

Please sign in to comment.