fga-gpp-mds/2017.1-Escola-X

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

Summary

Maintainability
Test Coverage
<%= render "layouts/navbar" %>
<br>
<br>

 <% if flash[:notice]%>
  <div class="alert alert-info" role = "alert"><%= flash[:notice]%></div>
 <% end %>
 
<section class="content-section" id="create">
  <div class="container">
    <div class="row">
      <div class="col-xs-12 col-sm-10 col-sm-offset-1">
        <h1 class="text-center text-uppercase">
          <span class="fa fa-refresh"></span> Alterar Secretário
        </h1>
        <%= render 'secretaries/form_edit' %>
      </div>
    </div>
  </div>
</section>