Skip to content

Commit

Permalink
Update _footer.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon authored Oct 11, 2024
1 parent 0f3e557 commit 8365784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/content/layout/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="row footer">
<div class="col-sm-6">
<%= link_to image_tag("osi.png", height: "65px"), "https://opensource.org" %>
<p><%= Rails.application.settings['name'] %> is an <a href="https://opensource.org/affiliates/list">affiliate</a> of the <a href="https://opensource.org">Open Source Inititative</a>.</p>
<p><%= Rails.application.settings['name'] %> is an <a href="https://opensource.org/affiliates/list">affiliate</a> of the <a href="https://opensource.org">Open Source Initiative</a>.</p>
</div>

<div class="col-sm-6">
Expand Down

0 comments on commit 8365784

Please sign in to comment.