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

Commit

Permalink
misalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
LindseySaari committed Feb 15, 2022
1 parent 01b816f commit c73b341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/audits/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
<button data-toggle-target="item" data-action="click->toggle#toggleTargets" data-toggle-target="sidebar-1" class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-blue-900 hover:bg-blue-800 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500" id="show-button">Show</button>
<button data-toggle-target="item" data-action="click->toggle#toggleTargets" data-toggle-target="sidebar-1" class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-blue-900 hover:bg-blue-800 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 hidden">Hide</button>
<br/><br/>
<span data-toggle-target="item" class="hidden text-left"><%= audit.object %></span>
</div>
<span data-toggle-target="item" class="hidden text-left"><%= audit.object %></span>
</div>
<% end %>
</td>
</tr>
Expand Down

0 comments on commit c73b341

Please sign in to comment.