Sha256: 38a81c3b92d06f5ea534d2a231b9279507353a17ba7fa41c6f03aec2d00ac05c

Contents?: true

Size: 323 Bytes

Versions: 5

Compression:

Stored size: 323 Bytes

Contents

/ TODO
/ comments_for and comment_form_for helper work in capybara,
/ but they fail in spec/view/*/show

/= comments_for(person)
= render partial: "dorsale/comments/comments", locals: {commentable: person}

h3 New comment
/= comment_form_for(person)
= render partial: "dorsale/comments/form", locals: {commentable: person}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
customer_vault-1.2.5 app/views/customer_vault/people/_history_tab.html.slim
customer_vault-1.2.4 app/views/customer_vault/people/_history_tab.html.slim
customer_vault-1.2.3 app/views/customer_vault/people/_history_tab.html.slim
customer_vault-1.2.2 app/views/customer_vault/people/_history_tab.html.slim
customer_vault-1.2.1 app/views/customer_vault/people/_history_tab.html.slim