Sha256: 70d82e53971dc2d18c57ddf862780eb71ac1680f1037534ddb91a8bd35215386

Contents?: true

Size: 625 Bytes

Versions: 8

Compression:

Stored size: 625 Bytes

Contents

%p
  = link_to_close url_for(:action => "options")
  = hidden_field_tag "account[user_id]", current_user.id

  -# activity_options: Show %{models} %{action_type} performed by %{user} in the past %{period}
  = t(:activity_options, :models => link_to(t(@asset).singularize.downcase, "#", :id => :asset), :action_type => link_to(t(@action + "_past_participle").downcase, "#", :id => :event), :user => link_to(t(@user), "#", :id => :user), :period => link_to(t(@duration).downcase, "#", :id => :duration)).html_safe
%p

%script
  = render "assets_menu"
  = render "events_menu"
  = render "users_menu"
  = render "duration_menu"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fat_free_crm-0.13.2 app/views/home/_options.html.haml
fat_free_crm-0.12.3 app/views/home/_options.html.haml
fat_free_crm-0.12.2 app/views/home/_options.html.haml
fat_free_crm-0.13.1 app/views/home/_options.html.haml
fat_free_crm-0.12.1 app/views/home/_options.html.haml
fat_free_crm-0.13.0 app/views/home/_options.html.haml
fat_free_crm-0.12.0 app/views/home/_options.html.haml
fat_free_crm-0.11.4 app/views/home/_options.html.haml