Skip to content

Commit

Permalink
Fix table headings for api key index view (#4692)
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed May 8, 2024
1 parent eaf9bef commit d99ecae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/api_keys/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
<th class="owners__cell">
<%= t(".age") %>
</th>
<th class="owners__cell">
<%= t(".expiration") %>
</th>
<% if current_user.mfa_enabled? %>
<th class="owners__cell">
<%= t(".mfa") %>
Expand All @@ -35,6 +32,9 @@
<th class="owners__cell">
<%= t(".last_access") %>
</th>
<th class="owners__cell">
<%= t(".expiration") %>
</th>
<th class="owners__cell">
</th>
<th class="owners__cell">
Expand Down

0 comments on commit d99ecae

Please sign in to comment.