Sha256: 491bdaa9ea49db4834a974a45aa55907e78d6ba4b5025b120ec7d9ec5e2f4814

Contents?: true

Size: 345 Bytes

Versions: 3

Compression:

Stored size: 345 Bytes

Contents

<div class="main home _main _layout_content">
	<%= yield :aspects_top %>			
	
	<%= content_tag :div, yield(:content), :class => '_content' %>
	
	<% unless (tools = yield :tools).blank? %>
		<% b.more :name => t(:show_more), :id => 'tools' do %>
			<%= tools %>
		<% end %>
	<% end %>
	
	<%= yield :aspects %>
	<%= yield :aspects_bottom %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
crystal-ext-0.0.3 lib/common_interface/app/views/themes/simple_organization/layout_templates/_home_t.html.erb
crystal-ext-0.0.2 lib/common_interface/app/views/themes/simple_organization/layout_templates/_home_t.html.erb
crystal-ext-0.0.1 lib/common_interface/app/views/themes/simple_organization/layout_templates/_home_t.html.erb