@@ -150,7 +150,7 class IssuesController < ApplicationController | |||
|
150 | 150 | respond_to do |format| |
|
151 | 151 | format.html { |
|
152 | 152 | render_attachment_warning_if_needed(@issue) |
|
153 |
flash[:notice] = l(:notice_issue_successful_create, :id => " |
|
|
153 | flash[:notice] = l(:notice_issue_successful_create, :id => view_context.link_to("##{@issue.id}", issue_path(@issue))) | |
|
154 | 154 | redirect_to(params[:continue] ? { :action => 'new', :project_id => @issue.project, :issue => {:tracker_id => @issue.tracker, :parent_issue_id => @issue.parent_issue_id}.reject {|k,v| v.nil?} } : |
|
155 | 155 | { :action => 'show', :id => @issue }) |
|
156 | 156 | } |
General Comments 0
You need to be logged in to leave comments.
Login now