Sha256: 6e91c7bcc90be57b0a501cd4c2de3464314a8bb2fb43a7221b8a0c58a440e8a8

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 Bytes

Contents

<h2>Posts</h2>

<% if session[:admin] %>
  <%= content_tag :div, :style => "border: 1px solid blue; background-color: rgba(0,0,255,0.1); padding-left: 40px; padding-right: 40px;" do %>
    <h3>Upcoming</h3>
    <%= ajax_pagination :pagination => "upcomingpage" %>
  <% end %>
  <h3>Published</h3>
<% end %>

<%= ajax_pagination %>

<br />

<%= link_to 'New Post', new_post_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ajax_pagination-0.2.0 spec/rails_app/app/views/posts/index.html.erb
ajax_pagination-0.1.0 spec/rails_app/app/views/posts/index.html.erb