Skip to content

Commit

Permalink
Use correct ivar in credentials show view
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-Mozi authored and postmodern committed Apr 9, 2024
1 parent b197de2 commit dfb02fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/db/credentials/show.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<% end %>

<div class="is-flex is-justify-content-space-between">
<h1>Credential: <%=h @password %></h1>
<%= partial(:delete, record: @password, path: "credentials") %>
<h1>Credential: <%=h @credential %></h1>
<%= partial(:delete, record: @credential, path: "credentials") %>
</div>

<table class="table">
Expand Down

0 comments on commit dfb02fe

Please sign in to comment.