Sha256: 7dc8f380987ea5c5be3c8de41628e664d2b700bfe8f28e25d16194c38ed7c79c

Contents?: true

Size: 460 Bytes

Versions: 5

Compression:

Stored size: 460 Bytes

Contents

div id="#{dom_id transaction}"
  p
    strong Sended by:
    =< transaction.sender
  p
    strong Receiver By: 
    =< transaction.receiver
  - if action_name == "show"
    p
      strong Amount:
      =< transaction.amount
    p
      strong Status:
      =< transaction.status
    p
      strong Block:
      =< transaction.block.id
    p
      strong Created at:
      =< transaction.created_at
    p
      strong Updated at:
      =< transaction.updated_at

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
osbc-0.2.0 app/views/transactions/_transaction.html.slim
osbc-0.1.9 app/views/transactions/_transaction.html.slim
osbc-0.1.8 app/views/transactions/_transaction.html.slim
osbc-0.1.7 app/views/transactions/_transaction.html.slim
osbc-0.1.6 app/views/transactions/_transaction.html.slim