Skip to content

Commit

Permalink
fix: faded the View Paste page buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nekhvoya authored and supakeen committed Mar 10, 2024
1 parent 69c5315 commit 693e501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pinnwand/template/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block body %}
<main class="paste-show{% if len(paste.files) > 1 %} multiple{% end %}">
<div class="paste-actions">
<div class="paste-actions paste-meta">
<a class="new-paste" href="/">New paste</a>

<a class="handle-paste" href="/repaste/{{ paste.slug }}">Repaste</a>
Expand Down

0 comments on commit 693e501

Please sign in to comment.