Skip to content

Instantly share code, notes, and snippets.

@thisduck
Created August 29, 2014 18:42
Show Gist options
  • Save thisduck/98f91f8431d9fa011bf3 to your computer and use it in GitHub Desktop.
Save thisduck/98f91f8431d9fa011bf3 to your computer and use it in GitHub Desktop.
%td.right{valign: "top"}
- if role[:user].email.present? && logs.present?
%em.status-label{"data-toggle" => "tooltip", "data-placement" => "bottom", title: t("loan_steps.esignature_states.#{role[:state].downcase}_tooltip", email:role[:user].email, date: logs.first.created_at.to_s(:date_only), default: "#{role[:state]}"), class: role[:state].downcase}
=t("loan_steps.esignature_states.#{role[:state].downcase}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment