fatfreecrm/fat_free_crm

View on GitHub
app/views/accounts/_title_bar.html.haml

Summary

Maintainability
Test Coverage
#confirm{ hidden }
.title_tools#menu
  = link_to_inline(:edit_account, edit_account_path(@account), text: t(:edit)) + " | "
  = link_to_function(t(:delete) + '?', confirm_delete(@account))
.title_tools#buttons
  = view_buttons
.title#edit_account_title
  = h(@account.name)
  = image_tag("loading.gif", size: :thumb, id: "loading", style: "display: none;")

%div#edit_account{ hidden }