Sha256: 967368bbb0709417e0186707097a507d200144cd00820c0d142ec6dd9357a326

Contents?: true

Size: 278 Bytes

Versions: 8

Compression:

Stored size: 278 Bytes

Contents

#menu
  =link_to 'Inicio','/pages/1'
  -if can? :edit, Site
    =link_to 'Administracion',sites_path
  - if user_signed_in?
    = link_to 'Mi cuenta',{:controller=>'/users',:action=>'show',:id=>current_user.id}  
  =link_to 'Blog',blogs_path
  =link_to 'Eventos',eventos_path
  

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
squeezer-0.2.1 app/views/layouts/_menu.html.haml
squeezer-0.2.0 app/views/layouts/_menu.html.haml
squeezer-0.1.11 app/views/layouts/_menu.html.haml
squeezer-0.1.7 app/views/layouts/_menu.html.haml
squeezer-0.1.6 app/views/layouts/_menu.html.haml
squeezer-0.1.5 app/views/layouts/_menu.html.haml
squeezer-0.1.4 app/views/layouts/_menu.html.haml
squeezer-0.1.3 lib/app/views/layouts/_menu.html.haml