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  field, title
  field_nest field, title: title, view: :labeled
  # edit: :inline, hide: [:help_link, :board_link]
end

#view: coreObject



57
58
59
60
# File 'platypus/tmp/set/gem-defaults/mod014-account/right/account/views.rb', line 57

view :core do
  [(:email, "email"),
   (:password, "password")]
end

#view: token_expiryObject



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