Sha256: 88c17745fbc10a21ac8428043b095a394558f3e63070d28f5271bf88c0f675ee

Contents?: true

Size: 316 Bytes

Versions: 6

Compression:

Stored size: 316 Bytes

Contents

<h3>
  <a name="top">&nbsp;</a>
  <%= @story.name %>
</h3>

<dl class="dl-horizontal">
  <%= show_attribute :id %>
  <%= show_associations :project %>
  <%= show_actions %>
</dl>

<%= markdown @story.text %>

<%= render 'shared/comments', comment: Comment.new(commentable_type: 'Story', commentable_id: @story.id) %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
voluntary-0.7.1 app/views/stories/show.html.erb
voluntary-0.7.0 app/views/stories/show.html.erb
voluntary-0.6.0 app/views/stories/show.html.erb
voluntary-0.5.2 app/views/stories/show.html.erb
voluntary-0.5.1 app/views/stories/show.html.erb
voluntary-0.5.0 app/views/stories/show.html.erb