gitlab-org--gitlab-foss/app/views/projects/_errors.html.haml

5 lines
170 B
Plaintext
Raw Normal View History

- if @project.errors.any?
.alert.alert-danger
%button{ type: "button", class: "close", "data-dismiss" => "alert"} ×
= @project.errors.full_messages.first