Sha256: 0b93a1bea803b93b9d662030814f2c65eaa2f19a082f812d1780a21dc7ebb03c

Contents?: true

Size: 433 Bytes

Versions: 13

Compression:

Stored size: 433 Bytes

Contents

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

<dl class="dl-horizontal">
	<%= show_attribute(:product, title: t("attributes.product"), value: link_to(resource.product.name, product_path(resource.product))) if resource.product.present? %>
  <%= show_associations :user, :organization, :areas %>
  <%= show_actions %>
</dl>

<%= markdown @project.text %>

<%= render 'shared/comments', comment: @project.comments.new %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
voluntary-0.7.1 app/views/projects/show.html.erb
voluntary-0.7.0 app/views/projects/show.html.erb
voluntary-0.6.0 app/views/projects/show.html.erb
voluntary-0.5.2 app/views/projects/show.html.erb
voluntary-0.5.1 app/views/projects/show.html.erb
voluntary-0.5.0 app/views/projects/show.html.erb
voluntary-0.4.0 app/views/projects/show.html.erb
voluntary-0.3.0 app/views/projects/show.html.erb
voluntary-0.2.4 app/views/projects/show.html.erb
voluntary-0.2.3 app/views/projects/show.html.erb
voluntary-0.2.2 app/views/projects/show.html.erb
voluntary-0.2.1 app/views/projects/show.html.erb
voluntary-0.2.0 app/views/projects/show.html.erb