Skip to content

Commit

Permalink
Fix pending authorization list (#6680)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovruni authored and tramuntanal committed Oct 15, 2020
1 parent 23982f7 commit 0fe63b5
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -15,8 +15,8 @@
</tr>
</thead>
<tbody>
<tr>
<% @pending_online_authorizations.each do |authorization| %>
<% @pending_online_authorizations.each do |authorization| %>
<tr>
<td>
<%= link_to t(".verification_number", n: authorization.id),
new_pending_authorization_confirmation_path(authorization.id) %>
Expand All @@ -26,8 +26,8 @@
<%= image_tag authorization.verification_attachment.url(:thumbnail), class: "thumbnail-list" %>
<% end %>
</td>
<% end %>
</tr>
</tr>
<% end %>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 0fe63b5

Please sign in to comment.