app/views/notifications/new.html.erb
<%= render "layouts/navbar" %>
<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-paper-plane-o"></span> Criar notificação
</h1>
<%= render 'notifications/form' %>
</div>
</div>
</div>
</section>