Sha256: a4505ea9080b080dcd18675291d44f292ba41873092d9944f14d507b80194505

Contents?: true

Size: 701 Bytes

Versions: 119

Compression:

Stored size: 701 Bytes

Contents

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

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

%table
  %tr
    %th(style='padding: 2px 3px') Поле
    %th(style='padding: 2px 3px') Значение
  - fields = (RocketCMS.mongoid? ? ContactMessage.fields.keys : ContactMessage.columns.map(&:name))
  - fields.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

119 entries across 119 versions & 2 rubygems

Version Path
rocket_cms-0.24.0 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.22.0 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.21.1 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.21.0 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.20.1 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.20.0 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.19.8 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.19.7 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.19.6 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.19.4 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.19.3 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.19.2 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.19.1 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.19.0 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.18.5 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.18.4 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.18.3 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.18.2 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.18.1 app/views/contact_mailer/new_message_email.html.haml
rocket_cms-0.18.0 app/views/contact_mailer/new_message_email.html.haml