Bootstrap: team

This commit is contained in:
Dmitriy Zaporozhets 2012-01-28 11:54:11 +02:00
parent 1afd93ee1a
commit c7933d7a78
12 changed files with 106 additions and 115 deletions

View file

@ -40,7 +40,7 @@ class TeamMembersController < ApplicationController
@team_member.destroy
respond_to do |format|
format.html { redirect_to root_path }
format.html { redirect_to team_project_path(@project) }
format.js { render :nothing => true }
end
end