Merge pull request #10 from buoy49/main

fix href in blocks html template for next button
This commit is contained in:
Vamsi Krishna B 2021-11-04 19:09:18 +05:30 committed by GitHub
commit 3774ef15a4
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 %>