Skip to content

Commit

Permalink
Merge pull request #113 from anamariasosa/feature/fix-edit
Browse files Browse the repository at this point in the history
remove blue bar from edit product this fix #84
  • Loading branch information
Alexander authored Aug 15, 2016
2 parents 176968d + 15d22fb commit b88abda
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions app/views/stores/products/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<section id="eight" class="section app__edit-container wrapper special">
<div class="inner clearfix">
<header class="sectionHero">
<div class="container">
<h2>Editar Producto</h2>
</div>
</header>
<%= render 'form' %>
<header class="dashboard__header">
<div class="container-fluid">
<h2 class="dashboard__headline">
Editar Producto
</h2>
</div>
</header>

<section class="container">
<%= render 'form' %>
</section>

0 comments on commit b88abda

Please sign in to comment.