Skip to content

Commit

Permalink
Simplificar barra lateral
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciopasquier committed Sep 2, 2016
1 parent 42b8a80 commit 8ad90e4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/views/layouts/_barra.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@
.plegable Perfiles
%ul.submenu
- if can? :create, Perfil
%li= link_to 'Nuevo', new_perfil_path
%li= link_to 'Cargar', new_perfil_path
%li= link_to 'Ver', perfiles_path
%li
Exportar
%ul.submenu
%li= link_to 'a CSV', exportar_perfiles_path
%li= link_to 'a GeoJSON', perfiles_path(format: :geojson)
%li= link_to 'Exportar', exportar_perfiles_path
%li
Búsquedas
%ul.submenu
Expand Down

0 comments on commit 8ad90e4

Please sign in to comment.