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

#view: coreObject



49
50
51
52
# File 'platypus/tmp/set/gem-defaults/mod014-account/right/account/views.rb', line 49

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

#view: token_expiryObject



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