Sha256: 6acf97cd55995e9d5cd82edc0c37c0f90045662afe64aff142e5e7524e329f61

Contents?: true

Size: 1.23 KB

Versions: 5

Compression:

Stored size: 1.23 KB

Contents

<header class="header" ng-include="'<%= @jstemplates_path %>/nav.html'">
</header>
<div class="wrapper row-offcanvas row-offcanvas-left">
<aside class="left-side sidebar-offcanvas" ng-include="'<%= @jstemplates_path %>/modules.html'">
</aside>

<!-- Right side column. Contains the navbar and content of the page -->
<aside class="right-side">
  <!-- Content Header (Page header) -->
  <section class="content-header">
    <h1>
      <span>{{ section_name || 'Dashboard' | translate }}</span>
      <small>{{ section_slug || '<%= Faalis::Engine.try(:slug) %>' || 'SLUG' }}</small>
    </h1>
    <ol class="breadcrumb">
      <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
      <li class="active"></li>
    </ol>
  </section>


  <!-- Main content -->
  <section class="content">

    <div class="row">
      <div class="col-sm-12">
        <br />
        <div id="flash-alert" class="alert alert-danger alert-dismissable hide">
          <i id="flash-icon" class="fa"></i>
          <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
          <span id="flash-msg"></span>
        </div>
      </div>
    </div>


  <div ui-view>
  </div>

  </section><!-- /.content -->

</aside><!-- /.right-side -->

</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dashstrap-0.2.3 app/views/faalis/dashboard/index.html.erb
dashstrap-0.2.2 app/views/faalis/dashboard/index.html.erb
dashstrap-0.2.1 app/views/faalis/dashboard/index.html.erb
dashstrap-0.2.0 app/views/faalis/dashboard/index.html.erb
dashstrap-0.1.0 app/views/faalis/dashboard/index.html.erb