app/views/vacancies/show.html.erb in voluntary-0.0.3 vs app/views/vacancies/show.html.erb in voluntary-0.1.0.rc1
- old
+ new
@@ -8,10 +8,8 @@
<%= show_attribute :limit, value: "#{@vacancy.candidatures_left} / #{@vacancy.limit}" %>
<%= show_attribute :state %>
<%= show_actions %>
</dl>
-<%= render partial: 'shared/resource/actions', locals: { type: 'vacancies', resource: @vacancy } %>
-
<%= markdown @vacancy.text %>
<%= render 'shared/comments', comment: @vacancy.comments.new %>
\ No newline at end of file