Implements Contacts
This commit is contained in:
parent
4955b2b7b8
commit
eb3e6898d2
9 changed files with 156 additions and 5 deletions
26
app/views/admin/contacts/show.html.haml
Normal file
26
app/views/admin/contacts/show.html.haml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
%p#notice= notice
|
||||
|
||||
%p
|
||||
%b Social tag:
|
||||
= @contact.social_tag
|
||||
%p
|
||||
%b Email:
|
||||
= @contact.email
|
||||
%p
|
||||
%b Facebook:
|
||||
= @contact.facebook
|
||||
%p
|
||||
%b Googleplus:
|
||||
= @contact.googleplus
|
||||
%p
|
||||
%b Twitter:
|
||||
= @contact.twitter
|
||||
%p
|
||||
%b Instagram:
|
||||
= @contact.instagram
|
||||
%p
|
||||
%b Public:
|
||||
= @contact.public
|
||||
|
||||
= link_to 'Edit', edit_admin_conference_contact_path
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue