Sha256: f31e5d040239be4575e42a51c005821a79c4838729cbfd0ee7a5454cbaafa050

Contents?: true

Size: 448 Bytes

Versions: 8

Compression:

Stored size: 448 Bytes

Contents

<%#= form_tag('preview', method: "post", id: "preview_form") do %>
  <%#= hidden_field_tag :content %>
<%# end %>
<div class="js-menu sliding-panel-content">
  <header class="sliding-panel-header">
    <h5 class="inverse title">You are currently previewing this post.</h5>
  </header>
  <div class="sliding-panel-body">
    <%= render 'content', content: @post.content %>
  </div>
</div>
<div class="js-menu-screen sliding-panel-fade-screen"></div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fuel-0.3.27 app/views/fuel/admin/posts/_post_preview.html.erb
fuel-0.3.26 app/views/fuel/admin/posts/_post_preview.html.erb
fuel-0.3.25 app/views/fuel/admin/posts/_post_preview.html.erb
fuel-0.3.24 app/views/fuel/admin/posts/_post_preview.html.erb
fuel-0.3.23 app/views/fuel/admin/posts/_post_preview.html.erb
fuel-0.3.22 app/views/fuel/admin/posts/_post_preview.html.erb
fuel-0.3.21 app/views/fuel/admin/posts/_post_preview.html.erb
fuel-0.3.20 app/views/fuel/admin/posts/_post_preview.html.erb