Sha256: 30f7a90f3c0fd2bc24a9d96dfb81ee61f0a6a89b9bac8c183644199be5c0e7b2

Contents?: true

Size: 375 Bytes

Versions: 8

Compression:

Stored size: 375 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, :user %>
  <%= show_attribute :state %>
  <%= show_actions %>
</dl>

<%= markdown @candidature.text %>

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
voluntary-0.1.0 app/views/candidatures/show.html.erb
voluntary-0.1.0.rc4 app/views/candidatures/show.html.erb
voluntary-0.1.0.rc3 app/views/candidatures/show.html.erb
voluntary-0.1.0.rc2 app/views/candidatures/show.html.erb
voluntary-0.1.0.rc1 app/views/candidatures/show.html.erb
voluntary-0.0.3 app/views/candidatures/show.html.erb
voluntary-0.0.2 app/views/candidatures/show.html.erb
voluntary-0.0.1 app/views/candidatures/show.html.erb