Sha256: 01dc201b426bb89c9d6fa72d8373884573c35c493a96411f22674633360d1ffa

Contents?: true

Size: 373 Bytes

Versions: 12

Compression:

Stored size: 373 Bytes

Contents

<h3>
  <a id="top" name="top"></a>
  <%= @vacancy.name %>
</h3>

<dl class="dl-horizontal">
  <%= show_associations :project %>
  <%= show_attribute :limit, value: "#{@vacancy.candidatures_left} / #{@vacancy.limit}" %>
  <%= show_attribute :state %>
  <%= show_actions %>
</dl>

<%= markdown @vacancy.text %>

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

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
voluntary_recruiting-0.0.1 app/views/vacancies/show.html.erb
voluntary-0.3.0 app/views/vacancies/show.html.erb
voluntary-0.2.4 app/views/vacancies/show.html.erb
voluntary-0.2.3 app/views/vacancies/show.html.erb
voluntary-0.2.2 app/views/vacancies/show.html.erb
voluntary-0.2.1 app/views/vacancies/show.html.erb
voluntary-0.2.0 app/views/vacancies/show.html.erb
voluntary-0.1.0 app/views/vacancies/show.html.erb
voluntary-0.1.0.rc4 app/views/vacancies/show.html.erb
voluntary-0.1.0.rc3 app/views/vacancies/show.html.erb
voluntary-0.1.0.rc2 app/views/vacancies/show.html.erb
voluntary-0.1.0.rc1 app/views/vacancies/show.html.erb