Sha256: cea11f16a0c2636a62d8498ff99ecea261ff3c3e088f54cc4b9bdd3376edffb4
Contents?: true
Size: 559 Bytes
Versions: 1
Compression:
Stored size: 559 Bytes
Contents
<table class="table table-bordered"> <tr> <th>id:</th> <td><%= params[:id] %></td> </tr> <tr> <th>session id:</th> <td><%= params[:crc] %></td> </tr> <tr> <th>amount:</th> <td><%= number_to_currency(params[:kwota].to_i) %></td> </tr> </table> <%= link_to 'Poprawna autoryzacja', opay_correct_authorization_path(session_id: params[:crc]), class: 'btn btn-success pull-left' %> <%= link_to 'Błędna autoryzacja', opay_wrong_authorization_path, class: 'btn btn-warning pull-right' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opay-1.3.2 | app/views/opay/transferuj/secure.html.erb |