Sha256: a29bc4ffefcfcdd2d676836a2fbc17eff462bf9898c32f79ac2a99e7e1b3e5fc

Contents?: true

Size: 551 Bytes

Versions: 2

Compression:

Stored size: 551 Bytes

Contents

= form_for [spina, :admin, current_account] do |f|
  .table-container
    %table.table.table-form
      %tr
        %td
          %label Facebook
        %td
          = f.text_field :facebook, placeholder: "Facebook"

      %tr
        %td
          %label Twitter
        %td
          = f.text_field :twitter, placeholder: "Twitter"

      %tr
        %td
          %label Google+
        %td
          = f.text_field :google_plus, placeholder: "Google+"

  %button.button.button-primary{type: 'submit', data: {icon: 'o'}}
    Social media opslaan

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spina-0.6.12 app/views/spina/admin/accounts/social.html.haml
spina-0.6.11 app/views/spina/admin/accounts/social.html.haml