Sha256: 29f5abd81abc978405b8007b1f1962123b0113218d1eee6fb6c80323e2cf30bf
Contents?: true
Size: 502 Bytes
Versions: 12
Compression:
Stored size: 502 Bytes
Contents
<table class="table table-bordered"> <tr> <th>session id:</th> <td><%= params[:session_id] %></td> </tr> <tr> <th>amount:</th> <td><%= number_to_currency(params[:amount].to_i / 10) %></td> </tr> </table> <%= link_to 'Poprawna autoryzacja', opay_correct_authorization_path(session_id: params[:session_id]), class: 'btn btn-success pull-left' %> <%= link_to 'Błędna autoryzacja', opay_wrong_authorization_path, class: 'btn btn-warning pull-right' %>
Version data entries
12 entries across 12 versions & 1 rubygems