Sha256: b9c4b9aa5c7e3163bce84359f63b1f21233a9093db804a846c3d51a5e3c89af9

Contents?: true

Size: 238 Bytes

Versions: 2

Compression:

Stored size: 238 Bytes

Contents

- unless params._theme?
	%h1 Help for Themes
	- AbstractInterface.available_themes.each do |theme|
		%a{:href => url_for(CommonInterface::Demo::Basic, :help, :_theme => theme)}= theme.humanize
		%br
- else
	= render themed_partial('help')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
common_interface-0.1.2 lib/views/CommonInterface/Demo/Basic/help.html.haml
common_interface-0.1.1 lib/views/CommonInterface/Demo/Basic/help.html.haml