Sha256: 03dbaf53006778d51292593a1493733125f4707e08ab168819d976b0538cc8d4

Contents?: true

Size: 209 Bytes

Versions: 4

Compression:

Stored size: 209 Bytes

Contents

<%  theme = THEME if defined?(THEME)
	theme = @theme unless @theme.nil?
	if theme.nil? %>
	<%= content %>
<% else %>
	<%= stylesheet_link_tag "layouts/#{layout}" %>
	<%= stylesheet_link_tag theme %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
endymion-origami-0.1.0 app/views/layouts/_layout_and_theme_stylesheets.html.erb
endymion-origami-0.1.1 app/views/layouts/_layout_and_theme_stylesheets.html.erb
endymion-origami-0.1.2 app/views/layouts/_layout_and_theme_stylesheets.html.erb
endymion-origami-0.1.3 app/views/layouts/_layout_and_theme_stylesheets.html.erb