Skip to content

Commit

Permalink
Add new link to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
nickel committed Apr 18, 2024
1 parent b38f0a7 commit 597bdee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/packages/notes/views/notes/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Notes <%= "on #{params[:tag]}" if params[:tag].present? %>
</h1>

<p>
Things to remember and to keep nearby. Check my <a href="https://juan.gallegoiv.com">homepage</a> also.
</p>

<% if logged_in? %>
<ul class="note-actions">
<li><%= link_to "New note", new_note_path %></li>
Expand Down

0 comments on commit 597bdee

Please sign in to comment.