Add attribution footer

This commit is contained in:
Jason Zimdars
2025-11-11 17:42:41 -06:00
parent 4386eea75f
commit 54098c33a1
7 changed files with 27 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<div class="txt-align-center center margin-block-double txt-subtle txt-small">
<strong><%= link_to "Fizzy", "https://www.fizzy.do", class: "txt-subtle" %></strong> is designed, built, and backed by <strong class="txt-nowrap"><%= icon_tag "37signals", class: "v-align-middle" %> <a href="https://37signals.com" target="_blank" class="txt-subtle">37signals</a></strong>.
</div>
@@ -28,3 +28,7 @@
<% end %>
<% end %>
</section>
<% content_for :footer do %>
<%= render "public/footer" %>
<% end %>
@@ -28,3 +28,7 @@
<% end %>
<% end %>
</section>
<% content_for :footer do %>
<%= render "public/footer" %>
<% end %>
@@ -29,3 +29,7 @@
<% end %>
</section>
<% content_for :footer do %>
<%= render "public/footer" %>
<% end %>
@@ -28,3 +28,7 @@
<% end %>
<% end %>
</section>
<% content_for :footer do %>
<%= render "public/footer" %>
<% end %>
+4
View File
@@ -25,3 +25,7 @@
<% end %>
<%= render "public/boards/show/columns", page: @page, board: @board %>
<% content_for :footer do %>
<%= render "public/footer" %>
<% end %>
+4
View File
@@ -48,3 +48,7 @@
<%= render "layouts/lightbox" %>
</section>
<% content_for :footer do %>
<%= render "public/footer" %>
<% end %>