Sha256: 5cf46989d09e82f85f8063bd42dc6451d72a5fb4092abd7cc603bb4982d54cd0

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

<div class="duo-bl">
  <div class="left-part">
    <div class="content">
    	<div class="row-container">
        <div class="white-row">
          <div class="r-corn">
            <%= link_to t('manage.menu.posts'), manage_posts_path, :class=>"dark-text" %>
            <div class="act-bl">
              <% if can? :create, Post, :context => :manage %>
                <%= link_to t('manage.add'), new_manage_post_path, :class=>"create" %>
              <% end -%>
            </div>
          </div>
        </div>
      </div>
      
      <div id="posts" class="stage">
        <%= render :partial=>"manage/posts/post", :collection=>@posts %>
        <%= paginate @posts, :theme => 'manage' %>
      </div>
      
      <script type='text/javascript'>
        $(document).ready(function(){
          Manage.init_collection('posts', 'dinamic-bl');
        });
      </script>
      
    </div>
  </div>
  
  <div class="right-part">
    <div class="filter-right">
      <%= render :partial=>"manage/posts/model_filter" %>
    </div>
  </div>
</div> 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sunrise-scaffold-0.2.1 test/tmp/app/views/manage/posts/index.html.erb
sunrise-scaffold-0.2.0 test/tmp/app/views/manage/posts/index.html.erb