Skip to content

Commit

Permalink
mejorar homepage de usuario arreglando links, #9
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjcsr committed Apr 23, 2014
1 parent 69b5e55 commit 8304897
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/users/home.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.row
.col-lg-2.col-sm-6
.circle-tile
%a{href: '#'}
%a{href: todo_user_actions_path}
.circle-tile-heading.green
%i.fa.fa-users.fa-fw.fa-3x
.circle-tile-content.green
Expand Down Expand Up @@ -58,7 +58,7 @@
-# Acciones disponibles
.col-lg-2.col-sm-6
.circle-tile
%a{href: '#'}
%a{href: acciones_path}
.circle-tile-heading.red
%i.fa.fa-tasks.fa-fw.fa-3x
.circle-tile-content.red
Expand All @@ -68,14 +68,14 @@
= Action.count
acciones
%span#sparklineA
%a.circle-tile-footer{href: '#'}
%a.circle-tile-footer{href: acciones_path}
Ver todas las acciones
%i.fa.fa-chevron-circle-right

-# Acciones realizadas
.col-lg-2.col-sm-6
.circle-tile
%a{href: '#'}
%a{href: done_user_actions_path}
.circle-tile-heading.purple
%i.fa.fa-check.fa-fw.fa-3x
.circle-tile-content.purple
Expand Down

0 comments on commit 8304897

Please sign in to comment.