Sha256: e96a3a03b6270a06a3d6382d77f4e3fc4391f29bdf699f398875156f875f8399

Contents?: true

Size: 634 Bytes

Versions: 18

Compression:

Stored size: 634 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(h(@asset)).singularize.downcase, "#", :id => :asset), :action_type => link_to(t(h(@action) + "_past_participle").downcase, "#", :id => :event), :user => link_to(t(h(@user)), "#", :id => :user), :period => link_to(t(h(@duration)).downcase, "#", :id => :duration)).html_safe

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

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/home/_options.html.haml
fat_free_crm-0.15.2 app/views/home/_options.html.haml
fat_free_crm-0.16.4 app/views/home/_options.html.haml
fat_free_crm-0.14.1 app/views/home/_options.html.haml
fat_free_crm-0.15.1 app/views/home/_options.html.haml
fat_free_crm-0.16.3 app/views/home/_options.html.haml
fat_free_crm-0.16.2 app/views/home/_options.html.haml
fat_free_crm-0.16.1 app/views/home/_options.html.haml
fat_free_crm-0.16.0 app/views/home/_options.html.haml
fat_free_crm-0.15.0 app/views/home/_options.html.haml
fat_free_crm-0.15.0.beta.2 app/views/home/_options.html.haml
fat_free_crm-0.15.0.beta app/views/home/_options.html.haml
fat_free_crm-0.14.0 app/views/home/_options.html.haml
reduced_fat_crm-0.15.0.beta app/views/home/_options.html.haml
reduced_fat_crm-0.14.0 app/views/home/_options.html.haml
fat_free_crm-0.13.6 app/views/home/_options.html.haml
fat_free_crm-0.13.5 app/views/home/_options.html.haml
fat_free_crm-0.13.4 app/views/home/_options.html.haml