parent
9cd00247f9
commit
c206a678bd
@ -1,3 +1,2 @@
|
|||||||
- cache(:controller => 'courses', :action => 'show', :id => @course, :part => 'left') do
|
= render 'widgets/menu_disciplina'
|
||||||
= render 'widgets/menu_disciplina'
|
= render 'widgets/menu_user'
|
||||||
= render 'widgets/menu_user'
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
- cache(:controller => 'courses', :action => 'show', :id => @course, :part => 'right') do
|
-# cache(course_path(@course.id, :part => :right)) do
|
||||||
= render 'widgets/calendario'
|
= render 'widgets/calendario'
|
||||||
= render 'widgets/news'
|
= render 'widgets/news'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
- cache do
|
-# cache(users_path) do
|
||||||
%h4.title= App.title
|
%h4.title= App.title
|
||||||
%h1.title Usuários
|
%h1.title Usuários
|
||||||
|
|
||||||
.box
|
.box
|
||||||
%ul
|
%ul
|
||||||
= render :partial => @users
|
= render :partial => @users
|
||||||
|
Reference in new issue