diff --git a/app/views/management/carousels/edit.html.erb b/app/views/management/carousels/edit.html.erb index e4195ad934da723acd597466b952f9b07b96a7b7..40381273a38d67c2d1aedb64c2a22b9951ae68ef 100644 --- a/app/views/management/carousels/edit.html.erb +++ b/app/views/management/carousels/edit.html.erb @@ -1,7 +1,7 @@ -<h1 class="ls-title-intro ls-ico-users">Carousels</h1> +<h1 class="ls-title-intro ls-ico-users">Carrossel</h1> <ol class="ls-breadcrumb"> - <li><%= link_to 'Carousels', management_carousels_path %></li> + <li><%= link_to 'Carrosséis', management_carousels_path %></li> <li>Administrar</li> </ol> diff --git a/app/views/management/carousels/index.html.erb b/app/views/management/carousels/index.html.erb index 7f36d3e0d777f652869e7cd9a40696d1f7ff0a99..9b794145170bb7ddf7b8e5dca87acc0d1301f954 100644 --- a/app/views/management/carousels/index.html.erb +++ b/app/views/management/carousels/index.html.erb @@ -1,4 +1,4 @@ -<h1 class="ls-title-intro ls-ico-users">Carousels</h1> +<h1 class="ls-title-intro ls-ico-users">Carrossel</h1> <a href="<%= new_management_carousel_path %>" class="ls-btn-primary" aria-expanded="false" role="combobox">Cadastrar novo</a> diff --git a/app/views/management/carousels/new.html.erb b/app/views/management/carousels/new.html.erb index 5cac49569c1a8729509a601370ed1d1bc9bfc4f7..f7a51f48a7c69b3a276a616c5a04c82380e35aa5 100644 --- a/app/views/management/carousels/new.html.erb +++ b/app/views/management/carousels/new.html.erb @@ -1,8 +1,8 @@ -<h1 class="ls-title-intro ls-ico-users">Usuários</h1> +<h1 class="ls-title-intro ls-ico-users">Carrossel</h1> <ol class="ls-breadcrumb"> - <li><a href="#">Usuários</a></li> - <li>Novo usuário</li> + <li><%= link_to 'Carrosséis', management_carousels_path %></li> + <li>Novo Carrossel</li> </ol> -<%= render 'form' %> \ No newline at end of file +<%= render 'form' %>