Sha256: c3f758fb6f4a94422df3c1463d945a7426211f5c25687242b44bb10b30eae565

Contents?: true

Size: 764 Bytes

Versions: 60

Compression:

Stored size: 764 Bytes

Contents

.iro-purses--title
  .max-width
    .header
      %h4.title
        Purse ##{@purse.id}.
        #{link_to '[~]', edit_iro_purse_path(@purse)}
        #{link_to '[show]', iro_purse_path(@purse)}
        #{link_to '[show_gameui]', iro_purse_path({ id: @purse.id, kind: 'show_gameui' }) }
        Value: $#{@purse.current_value}


    %h5.collapse-expand#iroPurseConfig
      Config
    .config
      = render 'form', iro_purse: @purse
    .c

  .padded
    %h5.collapse-expand#iroStrategies
      Strategies (#{@strategies.length})
      = link_to '[+]', new_iro_strategy_path({ iro_purse_id: @purse.id })
    .iro-strategies.items
      - @strategies.each do |strat|
        .iro-strategy.item= render 'ish_manager/iro_strategies/form', strategy: strat
    .c



Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
ish_manager-0.1.8.513 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.512 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.511 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.510 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.509 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.508 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.507 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.506 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.505 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.504 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.503 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.500 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.499 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.498 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.497 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.496 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.495 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.494 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.493 app/views/ish_manager/iro_purses/_header.haml
ish_manager-0.1.8.492 app/views/ish_manager/iro_purses/_header.haml