Submit a Story
<%= form_for @story do |f| %> <%= render :partial => "stories/form", :locals => { :story => @story, :f => f } %>

Story submission guidelines
">
  • To be able to easily submit a page you're viewing in your browser to <%= Rails.application.name %>, drag the bookmarklet to the right to your bookmark bar. You'll be taken to this page with the viewed page's URL and title.

  • When submitting a URL, the text field is optional and should only be used when additional context or explanation of the URL is needed. Commentary or opinion should be reserved for a comment, so that it can be voted on separately from the story.

  • Do not editorialize story titles, but when the original story's title has no context or is unclear, please change it. Please remove extraneous components from titles such as the name of the site or section.

  • If no tags clearly apply to the story you are submitting, chances are it does not belong here. Do not overreach with tags if they are not the primary focus of the story.

  • When the story being submitted is more than a year or so old, please add the year the story was written to the post title in parentheses.

  • If you submit a URL that matches one already posted within the past 30 days, your submission will be turned into an upvote on the previous story and you will be redirected to it.

Markdown formatting available
<%= submit_tag "Submit" %>  
<%= render :partial => "global/markdownhelp", :locals => { :allow_images => true } %>
<% end %>
<% if @story.previewing && @story.valid? %> <%= render :template => "stories/show" %> <% end %>