Sha256: 9d778cf676163b7afb090b18da442df18db32cee7f4ff54889d2114bcac5c914

Contents?: true

Size: 572 Bytes

Versions: 25

Compression:

Stored size: 572 Bytes

Contents

- excluded_column_names = %w[id created_at updated_at _id _type enabled attachment c_at u_at captcha captcha_key version modifier modifier_id]

%h3 Сообщение из формы связи:

%table
  %tr
    %th(style='padding: 2px 3px') Поле
    %th(style='padding: 2px 3px') Значение
  - ContactMessage.fields.keys.reject{|c| excluded_column_names.include?(c) }.each do |c|
    %tr
      %td(style='padding: 2px 3px')
        = ContactMessage.human_attribute_name(c)
      %td(style='padding: 2px 3px')
        = @message.send(c.to_sym)

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
rocket_cms-0.5.18 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.17 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.16 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.15 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.14 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.12 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.11 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.10 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.9 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.8 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.7 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.6 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.5 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.4 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.3 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.2 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.1 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.0 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.0.rc.5 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.5.0.rc.4 app/views/contact_mailer/new_message_email.html.haml