Module: Card::Set::Right::Account::Views::HtmlFormat
- Extended by:
- AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod014-account/right/account/views.rb
Instance Method Summary collapse
Instance Method Details
#account_field_nest(field, title) ⇒ Object
62 63 64 65 |
# File 'platypus/tmp/set/gem-defaults/mod014-account/right/account/views.rb', line 62 def account_field_nest field, title field_nest field, title: title, view: :labeled # edit: :inline, hide: [:help_link, :board_link] end |
#view: core ⇒ Object
57 58 59 60 |
# File 'platypus/tmp/set/gem-defaults/mod014-account/right/account/views.rb', line 57 view :core do [account_field_nest(:email, "email"), account_field_nest(:password, "password")] end |
#view: token_expiry ⇒ Object
72 73 74 |
# File 'platypus/tmp/set/gem-defaults/mod014-account/right/account/views.rb', line 72 view :token_expiry do "<p><em>#{token_expiry_sentence}</em></p>" end |