remove old alert messages

This commit is contained in:
Dmitriy Zaporozhets 2013-01-30 16:53:18 +02:00
parent e2fb18a3ec
commit b742f47e89
35 changed files with 42 additions and 36 deletions

View file

@ -16,7 +16,7 @@
%hr
= form_for(@service, :as => :service, :url => project_service_path(@project, :gitlab_ci), :method => :put) do |f|
- if @service.errors.any?
.alert-message.block-message.error
.alert.alert-error
%ul
- @service.errors.full_messages.each do |msg|
%li= msg