Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wuminzhe committed Apr 7, 2024
1 parent 2022ca9 commit d997fd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/messages/_message.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
-
<% end %>
</td>
<td class="whitespace-nowrap px-6 py-2"><%= link_to "MORE", message_by_tx_or_hash_path(message.msg_hash), class: "underline" %></td>
<td class="whitespace-nowrap px-6 py-2"><%= link_to "more", message_by_tx_or_hash_path(message.msg_hash), class: "underline" %></td>
</tr>
6 changes: 3 additions & 3 deletions app/views/messages/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<div class="relative overflow-hidden">


<table class="w-full text-xs text-left rtl:text-right text-gray-500 dark:text-gray-400">
<thead class="text-xs text-gray-700 uppercase dark:text-gray-400">
<table class="w-full text-left rtl:text-right text-gray-500 dark:text-gray-400">
<thead class="text-sm text-gray-700 uppercase dark:text-gray-400">
<tr>
<th scope="col" class="px-6 py-3">Hash</th>
<th scope="col" class="px-6 py-3">Status</th>
Expand All @@ -19,7 +19,7 @@
<th scope="col" class="px-6 py-3"></th>
</tr>
</thead>
<tbody id="messages">
<tbody id="messages" class="text-sm">
<%= render @messages %>
</tbody>
</table>
Expand Down

0 comments on commit d997fd0

Please sign in to comment.