mirror of
https://github.com/dolphin-emu/redmine_issue_templates.git
synced 2024-11-27 03:20:23 +00:00
Fixed typo.
This commit is contained in:
parent
697eb47c48
commit
c8e4f600c6
@ -27,7 +27,7 @@ class GlobalIssueTemplatesController < ApplicationController
|
||||
@global_issue_template.safe_attributes = params[:global_issue_template]
|
||||
if @global_issue_template.save
|
||||
flash[:notice] = l(:notice_successful_create)
|
||||
redirect_to :action => "show", :id => @global_issue_template.idd
|
||||
redirect_to :action => "show", :id => @global_issue_template.id
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user