@@ -102,7 +102,9 class BoardsController < ApplicationController | |||||
102 | end |
|
102 | end | |
103 |
|
103 | |||
104 | def destroy |
|
104 | def destroy | |
105 | @board.destroy |
|
105 | if @board.destroy | |
|
106 | flash[:notice] = l(:notice_successful_delete) | |||
|
107 | end | |||
106 | redirect_to_settings_in_projects |
|
108 | redirect_to_settings_in_projects | |
107 | end |
|
109 | end | |
108 |
|
110 |
General Comments 0
You need to be logged in to leave comments.
Login now