fix href in blocks html template for next button

This commit is contained in:
Brian Witte 2021-11-03 17:48:36 -05:00 committed by GitHub
parent 540d913fc2
commit 1ed0b668bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<% end %>
<%= if !@disable_next do %>
<a href="='/blocks?date=<%= @next %>" class="ml-3 relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50">
<a href="/blocks?date=<%= @next %>" class="ml-3 relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50">
Next
</a>
<% end %>
@ -65,4 +65,4 @@
</div>
</div>
</main>
</main>