volontariat/voluntary_scholarship

View on GitHub
app/views/scholarship/programs/show.html.erb

Summary

Maintainability
Test Coverage
<h3>
  <a name="top">&nbsp;</a>
  <%= @program.name %>
</h3>

<dl class="dl-horizontal">
  <%= show_associations :organization %>
  <%= render partial: 'actions', locals: { program: @program } %>
</dl>

<%= markdown @program.text.to_s %>