engine/app/views/admin/notifications/new_content_instance.html.haml

18 lines
377 B
Plaintext
Raw Normal View History

%p= t('.title', :name => @account.name, :date => I18n.l(Time.now), :locale => @account.locale)
%hr
%p
%b= t('.type', :type => @content.content_type.name, :locale => @account.locale)
%br
%i= @content.content_type.description
%hr
%ul
- @content.custom_fields.each do |field|
%li
%strong= field.label
 - 
%i= @content.send(field._name)