Sha256: 4ad9ccfce3bab5a01a32a205ea707b4bde4b45384ebf1e37b2462012b22aed09

Contents?: true

Size: 288 Bytes

Versions: 15

Compression:

Stored size: 288 Bytes

Contents

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

<dl class="dl-horizontal">
  <%= 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

15 entries across 15 versions & 1 rubygems

Version Path
voluntary-0.4.0 app/views/stories/show.html.erb
voluntary-0.3.0 app/views/stories/show.html.erb
voluntary-0.2.4 app/views/stories/show.html.erb
voluntary-0.2.3 app/views/stories/show.html.erb
voluntary-0.2.2 app/views/stories/show.html.erb
voluntary-0.2.1 app/views/stories/show.html.erb
voluntary-0.2.0 app/views/stories/show.html.erb
voluntary-0.1.0 app/views/stories/show.html.erb
voluntary-0.1.0.rc4 app/views/stories/show.html.erb
voluntary-0.1.0.rc3 app/views/stories/show.html.erb
voluntary-0.1.0.rc2 app/views/stories/show.html.erb
voluntary-0.1.0.rc1 app/views/stories/show.html.erb
voluntary-0.0.3 app/views/stories/show.html.erb
voluntary-0.0.2 app/views/stories/show.html.erb
voluntary-0.0.1 app/views/stories/show.html.erb