Sha256: a174d07c6a61ec218f00d451f7178206026be99530d5143eaf656a6a2212ed7d

Contents?: true

Size: 293 Bytes

Versions: 5

Compression:

Stored size: 293 Bytes

Contents

%tr[account]
  %td= account.code
  %td
    = link_to account.title, url_for(account), {'data-href-container' => 'tr'}
    .pull-right= account.tags.map{|tag| boot_label(tag.name)}.join(' ').html_safe
  %td.action-links
    = list_link_for(:edit, account)
    = list_link_for(:delete, account)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta13 app/views/accounts/_account.html.haml
has_accounts_engine-3.0.0.beta12 app/views/accounts/_account.html.haml
has_accounts_engine-3.0.0.beta11 app/views/accounts/_account.html.haml
has_accounts_engine-3.0.0.beta10 app/views/accounts/_account.html.haml
has_accounts_engine-3.0.0.beta9 app/views/accounts/_account.html.haml