agile-alliance-brazil/event_registrations

View on GitHub
app/views/events/edit.html.erb

Summary

Maintainability
Test Coverage
<div class="breadcrumb">
  <div class="row">
    <div class="col-xl-12">
      <%= link_to t('events.index.title'), events_path %>
      >

      <%= link_to @event.name, event_path(@event) %>
      >

      <%= t('events.edit.title') %>
    </div>
  </div>
</div>

<%= render 'form', event: @event %>