Sha256: 4af5251daef62bba50612b1dd9bf1853e3d615cf92fa115659e0c16af2c6b9a4

Contents?: true

Size: 379 Bytes

Versions: 8

Compression:

Stored size: 379 Bytes

Contents

<h3>
  <a name="top">&nbsp;</a>
<% if @candidature.name.present? %>
  <%= @candidature.name %>
<% else %>
  No Name
<% end %>
</h3>

<dl class="dl-horizontal">
  <%= show_associations :project, :vacancy, :resource %>
  <%= show_attribute :state %>
  <%= show_actions %>
</dl>

<%= markdown @candidature.text %>

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
voluntary_recruiting-0.1.0 app/views/candidatures/show.html.erb
voluntary_recruiting-0.0.1 app/views/candidatures/show.html.erb
voluntary-0.3.0 app/views/candidatures/show.html.erb
voluntary-0.2.4 app/views/candidatures/show.html.erb
voluntary-0.2.3 app/views/candidatures/show.html.erb
voluntary-0.2.2 app/views/candidatures/show.html.erb
voluntary-0.2.1 app/views/candidatures/show.html.erb
voluntary-0.2.0 app/views/candidatures/show.html.erb