Class: YDIM::Html::View::Confirm
- Defined in:
- lib/ydim/html/view/confirm.rb
Constant Summary collapse
- CONTENT =
ConfirmComponent
Constants inherited from Template
Template::COMPONENTS, Template::CSS_MAP, Template::DIV_CLASS, Template::FOOT, Template::LEGACY_INTERFACE
Instance Method Summary collapse
Methods inherited from Template
#content, #cpr_link, #lgpl_license, #other_html_headers, #standard_link, #version, #ydim_version
Instance Method Details
#http_headers ⇒ Object
18 19 20 21 22 23 |
# File 'lib/ydim/html/view/confirm.rb', line 18 def http_headers headers = super url = @lookandfeel._event_url(:invoices) headers.store('Refresh', "5; URL=#{url}") headers end |