gitlab-org--gitlab-foss/app/views/projects/_errors.html.haml
2013-05-14 12:46:41 +03:00

4 lines
169 B
Text

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