%h3

=h @forum.name

h @forum.desc

%br

link_to “Foro”, forums_path

%br

link_permitted “Tema Nuevo”,:edit,@forum,{:action=>‘new’, :controller=>‘topics’,:id=>@forum.id}

javascript_include_tag ‘pagination’

%br

will_paginate @topics

%br

%br

%p

= link_permitted "Editar",:edit,@forum,{:action=>'edit', :controller=>'forums'}
= link_permitted("Borrar",:destroy,@forum,@forum)