From e1bfe5cf4ebb580ec8ec2977a7b95abad771f0a6 Mon Sep 17 00:00:00 2001 From: Matheus Agio Nerone <man13@inf.ufpr.br> Date: Tue, 29 Sep 2015 09:30:24 -0300 Subject: [PATCH] fix wrong title and fix breadcrumbs Signed-off-by: Matheus Agio Nerone <man13@inf.ufpr.br> --- app/views/management/carousels/edit.html.erb | 4 ++-- app/views/management/carousels/index.html.erb | 2 +- app/views/management/carousels/new.html.erb | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/management/carousels/edit.html.erb b/app/views/management/carousels/edit.html.erb index e4195ad9..40381273 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 7f36d3e0..9b794145 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 5cac4956..f7a51f48 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' %> -- GitLab