Commit ec913402 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Remove duplicate notices

parent 09bd8a8b
......@@ -20,7 +20,7 @@ module Ci
def update
if @service.update_attributes(service_params)
redirect_to edit_ci_project_service_path(@project, @service.to_param), notice: 'Service was successfully updated.'
redirect_to edit_ci_project_service_path(@project, @service.to_param)
else
render 'edit'
end
......
.container
- if alert || notice
- if alert
.alert.alert-danger= alert
- if notice
.alert.alert-info= notice
- if current_user && current_user.is_admin? && Ci::Runner.count.zero?
= render 'ci/shared/no_runners'
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