Skip to content

Commit

Permalink
audit admin
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Oct 26, 2023
1 parent e3bcdf7 commit 901c7eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/views/auditor/panel/audits/_index_tbody.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
<div class="ui label">
<%= key %>:
<div class="detail">
<span><%= value[0] %></span>
<span><%= value %></span>
<i class="arrow circle right icon grey"></i>
<span><%= value[1] %></span>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/auditor/panel/audits/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


<%= render layout: 'index_table' do %>
<%= render partial: 'index_tbody', collection: @audits, as: :model %>
<%= render partial: 'index_tbody', layout: 'index_tr', collection: @audits, as: :model %>
<% end %>

<%= paginate @audits %>

0 comments on commit 901c7eb

Please sign in to comment.