Sha256: bea9095b32e741ccdf42a4f4d32f2893b16acc5a94c202ccdffd6f57d0d46d08
Contents?: true
Size: 452 Bytes
Versions: 1
Compression:
Stored size: 452 Bytes
Contents
= contextual_links %h1= t_title = render 'persons/show', :vcard => resource.vcard %h2= t_title :index, CreditInvoice = render 'credit_invoices/list' %h2= t_title :index, DebitInvoice = render 'debit_invoices/list' .contextual = icon_link_to :new, new_person_attachment_path(resource), :remote => true %h3= t('title.attachments') - @attachments = resource.attachments #attachments_list = render 'attachments/list' unless @attachments.empty?
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt-0.0.1 | app/views/people/show.html.haml |