Commit 6ac0a021 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix syntax issue

parent b510223e
......@@ -79,7 +79,7 @@ class Projects::MergeRequestsController < Projects::ApplicationController
if @merge_request.valid?
redirect_to(
merge_request_path(@merge_request)
merge_request_path(@merge_request),
notice: 'Merge request was successfully created.'
)
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment