Sha256: ed4b11840f5fb0d4d40d18dd9f90922989e705d6874346baa40282637bcd2168

Contents?: true

Size: 600 Bytes

Versions: 15

Compression:

Stored size: 600 Bytes

Contents

%p
  %span.semi
    = f.label :forename, nil, :class => 'required'
    %br
    = f.text_field :forename, :class => 'standard'
    %br
    %span.formnote= t('reader_extension.form_notes.account.forename')

  %span.semi
    = f.label :surname, nil, :class => 'required'
    %br
    = f.text_field :surname, :class => 'standard'
    %br
    %span.formnote= t('reader_extension.form_notes.account.surname')

%p.nickname.clear
  = f.label :nickname, nil, :class => 'optional'
  %br
  = f.text_field :nickname, :class => 'standard'
  %br
  %span.formnote= t('reader_extension.form_notes.account.nickname')

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.38 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.37 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.36 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.35 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.33 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.32 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.31 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.30 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.29 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.28 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.27 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.26 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.25 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.24 app/views/accounts/_edit_names.html.haml
radiant-reader-extension-3.0.23 app/views/accounts/_edit_names.html.haml