Sha256: 51cd9240ccb6cae92cd065eae723aa713429a20af1981ef91d3384eaf3b55ff1

Contents?: true

Size: 1.04 KB

Versions: 11

Compression:

Stored size: 1.04 KB

Contents

%tr.action
  %td.starred.starable{"data-person-id" => action.person.id, "data-type" => 'action', "data-action-id" => action.id, :class => (action.starred? ? "active" : "not-active") }
    ✭
  %td
    = action.occurred_at.strftime("%D") unless action.occurred_at.nil?
  %td.icon
    = link_to action.action_type, '#', :class => "btn action-icon #{action.action_type.downcase}-icon", :onclick => "return false;"

  %td.toggle-truncated
    .view
      %span.truncated
        %p
          = link_to action.person, action.person
          = action.quip
          %span.muted= truncate(action.full_details, :length => 80)
      %span.not-truncated{:style => 'display:none;'}
        = link_to action.person, action.person
        = render :partial => show_action_template(action), :locals => { :action => action }

  - if action.editable?
    %td.person-inline-form.action-form.edit-action-form{:style => 'display:none;', :colspan => 4}
      %h4 Edit Action
      = render :partial => 'actions/inline', :locals => {:action => action, :target => action.person}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/households/_action.html.haml
artfully_ose-1.3.0.pre3 app/views/households/_action.html.haml
artfully_ose-1.3.0.pre2 app/views/households/_action.html.haml
artfully_ose-1.3.0.pre1 app/views/households/_action.html.haml
artfully_ose-1.2.0 app/views/households/_action.html.haml
artfully_ose-1.2.0.beta.1 app/views/households/_action.html.haml
artfully_ose-1.2.0.alpha.2 app/views/households/_action.html.haml
artfully_ose-1.2.0.alpha.1 app/views/households/_action.html.haml
artfully_ose-1.2.0.pre.27 app/views/households/_action.html.haml
artfully_ose-1.2.0.pre.26 app/views/households/_action.html.haml
artfully_ose-1.2.0.pre.24 app/views/households/_action.html.haml