Sha256: 1ffb65bab07ba9363cd71660deec9012e29285e54c9ea007864575119aa9415e

Contents?: true

Size: 734 Bytes

Versions: 76

Compression:

Stored size: 734 Bytes

Contents

<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-lg-3">
		<h2>
			<% if content_for? :header %>
				<%= yield  :header %>
			<% end %>
		</h2>
		<ol class="breadcrumb">
			<li>
				<a href="/">Home</a>
			</li>
			<% if content_for? :breadcumb %>
			<%= yield  :breadcumb %>
			<% end %>
		</ol>
	</div>
	<div class="col-lg-9">
		<div class="pull-right">
			<%= yield  :scopes %>
		</div>
	</div>
</div>
<% if content_for? :scopes %>
<div class="row wrapper border-bottom page-heading">
	
</div>
<% end %>
<div class="wrapper wrapper-content animated fadeInRight">
	<div class="row">
		<div class="col-lg-12">
			<% if content_for? :corpo %>
				<%= yield  :corpo %>
			<% end %>
		</div>
	</div>
</div>

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
templus_models-3.0.21 test/dummy/app/views/layouts/_template.html.erb
templus_models-3.0.20 test/dummy/app/views/layouts/_template.html.erb
templus_models-3.0.19 test/dummy/app/views/layouts/_template.html.erb
templus_models-3.0.17 test/dummy/app/views/layouts/_template.html.erb
templus_models-2.0.16 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.6.9 test/dummy/app/views/layouts/_template.html.erb
templus_models-2.0.15 test/dummy/app/views/layouts/_template.html.erb
templus_models-3.0.14 test/dummy/app/views/layouts/_template.html.erb
templus_models-2.0.14 test/dummy/app/views/layouts/_template.html.erb
templus_models-2.0.12 test/dummy/app/views/layouts/_template.html.erb
templus_models-3.0.13 test/dummy/app/views/layouts/_template.html.erb
templus_models-3.0.12 test/dummy/app/views/layouts/_template.html.erb
templus_models-2.0.11 test/dummy/app/views/layouts/_template.html.erb
templus_models-2.0.9 test/dummy/app/views/layouts/_template.html.erb
templus_models-2.0.8 test/dummy/app/views/layouts/_template.html.erb
templus_models-3.0.10 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.6.8 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.6.7 test/dummy/app/views/layouts/_template.html.erb
templus_models-3.0.9 test/dummy/app/views/layouts/_template.html.erb
templus_models-2.0.7 test/dummy/app/views/layouts/_template.html.erb