Skip to content

Commit

Permalink
Added titles to the buttons in the navigation bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
redimp committed Aug 2, 2024
1 parent 6e3b23b commit 7d8d7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterwiki/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#}
{% block navbar %}
{% if has_permission('WRITE') %}
<a href="{{ url_for('edit', path=pagepath) }}" class="btn btn-primary" role="button"><i class="fas fa-pencil-alt"></i></a>
<a href="{{ url_for('edit', path=pagepath) }}" class="btn btn-primary" role="button" title="Edit Page"><i class="fas fa-pencil-alt"></i></a>
{% elif not current_user.is_authenticated %}
<a href="{{ url_for('login') }}" class="btn" role="button"><i class="fas fa-sign-in-alt" title="Login"></i></a>
{% endif %}
Expand Down

0 comments on commit 7d8d7df

Please sign in to comment.