Sha256: 0ab0b2e7660a75d50f0dbd80c45027f857abfbfa4840ff05b5fc28ab91f9d9a0

Contents?: true

Size: 640 Bytes

Versions: 13

Compression:

Stored size: 640 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

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/leads/_title_bar.html.haml
fat_free_crm-0.22.0 app/views/leads/_title_bar.html.haml
fat_free_crm-0.21.0 app/views/leads/_title_bar.html.haml
fat_free_crm-0.20.1 app/views/leads/_title_bar.html.haml
fat_free_crm-0.20.0 app/views/leads/_title_bar.html.haml
fat_free_crm-0.19.2 app/views/leads/_title_bar.html.haml
fat_free_crm-0.19.0 app/views/leads/_title_bar.html.haml
fat_free_crm-0.18.2 app/views/leads/_title_bar.html.haml
fat_free_crm-0.17.3 app/views/leads/_title_bar.html.haml
fat_free_crm-0.18.1 app/views/leads/_title_bar.html.haml
fat_free_crm-0.18.0 app/views/leads/_title_bar.html.haml
fat_free_crm-0.17.2 app/views/leads/_title_bar.html.haml
fat_free_crm-0.17.1 app/views/leads/_title_bar.html.haml