philomena/lib/philomena_web/templates/image/_random_button.html.heex

7 lines
175 B
Text
Raw Normal View History

2024-06-02 05:50:36 +02:00
<a href={~p"/images/random?#{@params}"} title="Random Image">
<i class="fa fa-random"></i>
<span class="hide-mobile hide-limited-desktop">
Random Image
</span>
</a>