noesya/osuny

View on GitHub
app/views/extranet/experiences/edit.html.erb

Summary

Maintainability
Test Coverage
<% content_for :title, @l10n %>
<%= render 'form', experience: @experience, l10n: @l10n %>

<%= link_to t('delete'), experience_path(@experience), method: :delete, data: { confirm: t('please_confirm') }, class: 'btn btn-danger mt-3' %>