Skip to content

Instantly share code, notes, and snippets.

@jgagne33
Created March 27, 2009 19:46
Show Gist options
  • Save jgagne33/86855 to your computer and use it in GitHub Desktop.
Save jgagne33/86855 to your computer and use it in GitHub Desktop.
<% content_for("page_header") do %>
<%= "About our Featured Posts" -%>
<% end %>
<div class="tour">
<div class="skype featured">
<div class="tourbox first">
<h2>How do I get one?</h2>
<p>If you don't have a post yet, you can choose any premium option on the <%= link_to "post form", new_post_url %></p>
<p>If you already have a post, you can make it a premium post from the edit page</p>
</div>
<div class="tourbox second">
<h2>What do I get?</h2>
<p>Your post will stand out from the crowd</p>
<p>It will appear in the 'featured posts' box at the top of non-premium posts</p>
<p>Nothing but your content will be shown on your page; no featured posts box, no advertisements</p>
<p>National and International Premium options will move to the top of search results</p>
</div>
<div class="tourbox third">
<h2>Get me one!</h2>
<p>To create a new post, you can go <%= link_to "here", new_post_url %></p>
<p>If you already have live posts and would like to make those posts 'premium', you can go to any of your posts from <%= link_to 'here', user_posts_url(current_user) %> and click the button that says <%= _("upgrade your post") %>
</div>
</div>
<br class="clearboth">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment