Sha256: 250edb1408d935f435d7c68b4fbad5cee30a2592983200c04ae556253ec363f9

Contents?: true

Size: 477 Bytes

Versions: 3

Compression:

Stored size: 477 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'), url_for([:new, :dashboard, :post, type: current_post_type.type_name]), class: "btn btn-info", style: "margin-top: 0" %>
    </div>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
storytime-1.0.2 app/views/storytime/dashboard/posts/index.html.erb
storytime-1.0.1 app/views/storytime/dashboard/posts/index.html.erb
storytime-1.0.0 app/views/storytime/dashboard/posts/index.html.erb