parent
d57ba8ad44
commit
774c5e9884
app/views
|
@ -32,4 +32,6 @@ p
|
|||
= link_to t('back'), bills_path, class: 'btn btn-sm btn-default'
|
||||
|
||||
#comments.container-fluid
|
||||
h2.page-header Comments
|
||||
= render partial: "/comments/about", locals: {commentable: @bill}
|
||||
= render partial: "/comments/form"
|
||||
|
|
|
@ -35,4 +35,6 @@ p
|
|||
= link_to 'Back', contacts_path, class: 'btn btn-sm btn-default'
|
||||
|
||||
#comments.container-fluid
|
||||
h2.page-header Comments
|
||||
= render partial: "/comments/about", locals: {commentable: @contact}
|
||||
= render partial: "/comments/form"
|
||||
|
|
Loading…
Reference in New Issue
Block a user