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
54 55 56 57 |
# File 'platypus/tmp/set/gem-defaults/mod014-account/right/account/views.rb', line 54 def account_field_nest field, title field_nest field, title: title, view: :labeled # edit: :inline, hide: [:help_link, :board_link] end |
#view: core ⇒ Object
49 50 51 52 |
# File 'platypus/tmp/set/gem-defaults/mod014-account/right/account/views.rb', line 49 view :core do [account_field_nest(:email, "email"), account_field_nest(:password, "password")] end |
#view: token_expiry ⇒ Object
64 65 66 |
# File 'platypus/tmp/set/gem-defaults/mod014-account/right/account/views.rb', line 64 view :token_expiry do "<p><em>#{token_expiry_sentence}</em></p>" end |