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-1.5.13 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.12 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.11 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.10 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.9 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.8 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.7 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.6 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.5 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.4 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.3 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.2 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.1 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.5.0 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.4.4 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.4.3 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.4.2 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.4.1 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.4.0 test/dummy/app/views/layouts/_template.html.erb
templus_models-1.3.9 test/dummy/app/views/layouts/_template.html.erb