Class: YDIM::Html::View::Confirm

Inherits:
Template
  • Object
show all
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_headersObject



19
20
21
22
23
24
# File 'lib/ydim/html/view/confirm.rb', line 19

def http_headers
	headers = super
	url = @lookandfeel._event_url(:invoices)
	headers.store('Refresh', "5; URL=#{url}")
	headers
end