0
@@ -3,12 +3,9 @@ class ProjectsController < ApplicationController
0
build_gallery(gallery_projects)
0
@upcoming = Project.upcoming(:limit => AppConfig.project_list_max)
0
- render :partial => "projects/parts/grid", :locals => {:projects => @projects}, :layout => false
0
+ render :partial => "projects/parts/grid.html.haml", :locals => {:projects => @projects}, :layout => false
0
@@ -22,13 +19,11 @@ class ProjectsController < ApplicationController
0
@grid_title = "Upcoming Projects"
0
@grid_rss = formatted_upcoming_projects_url(:atom)
0
- render :partial => "projects/parts/grid", :locals => {:projects => @projects}, :layout => false
0
- render :action => "index"
0
+ render :action => "index"
0
+ render :partial => "projects/parts/grid.html.haml", :locals => {:projects => @projects}, :layout => false
0
@@ -95,7 +90,7 @@ class ProjectsController < ApplicationController
0
return unless verify_owner(@project)
0
render :partial => "projects/form.html.haml", :layout => false, :locals => {:ajax => true}
0
@@ -111,7 +106,7 @@ class ProjectsController < ApplicationController
0
flash[:success] = %("#{@project.title}" has been updated. )
0
render :partial => "projects/parts/ajax_result.html.haml", :locals => {:message => flash[:success]}
0
@@ -176,7 +171,7 @@ class ProjectsController < ApplicationController
0
render :text => "", :layout => false
0
@@ -198,7 +193,7 @@ class ProjectsController < ApplicationController
0
render :partial => "projects/parts/about_project.html.haml", :locals => {:project => @project, :hidden => true}, :layout => false
0
@@ -213,7 +208,7 @@ class ProjectsController < ApplicationController
0
render :partial => "bookmarks/bookmark_list.html.haml", :layout => false, :locals => {:projects => @my_projects}
0
@@ -294,7 +289,7 @@ class ProjectsController < ApplicationController
0
flash[:error] = "You don't have access to edit this application."
0
render :text => flash[:error], :layout => false
Comments
No one has commented yet.