Sha256: 11ade7ba949f19885a293c32dd12125b4cff2693ae57cb0ee3fabeadfc6c322b

Contents?: true

Size: 655 Bytes

Versions: 27

Compression:

Stored size: 655 Bytes

Contents

#confirm{ hidden }
.title_tools#menu
  - unless %w(converted rejected).include?(@lead.status)
    = link_to_inline(:convert_lead, convert_lead_path(@lead), :text => t(:convert)) + " | "
  = link_to_inline(:edit_lead, edit_lead_path(@lead), :text => t(:edit)) + " | "
  - if @lead.status != "rejected"
    = link_to_function(t(:reject) + '?', confirm_reject(@lead)) + " | "
  = link_to_function(t(:delete) + '?', confirm_delete(@lead))
.title_tools#buttons
  = view_buttons
.title#title
  = h(@lead.full_name)
  = image_tag("loading.gif", :size => :thumb, :id => "loading", :style => "display: none;")

%div#convert_lead{ hidden }
%div#edit_lead{ hidden }

Version data entries

27 entries across 27 versions & 2 rubygems

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