WIP Add Tailwind CSS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-02-08 22:09:11 +01:00
parent 260dedb6cf
commit 814633034f
22 changed files with 415 additions and 117 deletions

View File

@@ -3,6 +3,6 @@
<%= render 'form', donation: @donation, url: admin_donation_path(@donation) %>
<p class="actions">
<%= link_to 'Show', admin_donation_path(@donation) %> |
<%= link_to 'Back', admin_donations_path %>
<%= link_to 'Show', admin_donation_path(@donation), class: 'ks-text-link' %> |
<%= link_to 'Back', admin_donations_path, class: 'ks-text-link' %>
<p>