Sha256: 4030d880a575b05b7599ce07f32647fc25fa0462d9cdd13def80cc0aa57aaedd

Contents?: true

Size: 258 Bytes

Versions: 3

Compression:

Stored size: 258 Bytes

Contents

- if params[:_theme].blank?
	%h1 Help for Themes
	- AbstractInterface.available_themes.each do |theme|
		%a{:href => url_for(:controller => :theme, :action => :help, :_theme => theme)}= theme.humanize
		%br
- else
	= render :partial => themed_partial('help')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
crystal-ext-0.0.3 lib/common_interface/app/views/theme/help.html.haml
crystal-ext-0.0.2 lib/common_interface/app/views/theme/help.html.haml
crystal-ext-0.0.1 lib/common_interface/app/views/theme/help.html.haml