Sha256: 949b2b1cb6c6a4dd95bd03932ba346909549cfacec3eff0afdf1c2ee71ca51c2

Contents?: true

Size: 468 Bytes

Versions: 5

Compression:

Stored size: 468 Bytes

Contents

<%= render 'list' %>

<div id="main" class="pane">
  <div class="scroll-y">
    <div class="padding no-content center">
      <h3><%= t('dashboard.posts.select_or_create', resource: current_post_type.type_name.titleize) %></h3>

      <h4 style="margin-top: 10px;">- OR - </h4>

      <%= link_to t('dashboard.posts.create_post'), [:new, :dashboard, :post], type: current_post_type.type_name, class: "btn btn-info", style: "margin-top: 0" %>
    </div>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
storytime-1.2.0 app/views/storytime/dashboard/posts/index.html.erb
storytime-1.1.1 app/views/storytime/dashboard/posts/index.html.erb
storytime-1.0.7 app/views/storytime/dashboard/posts/index.html.erb
storytime-1.0.6 app/views/storytime/dashboard/posts/index.html.erb
storytime-1.0.5 app/views/storytime/dashboard/posts/index.html.erb