Files
gitlabhq/app/views/projects/_errors.html.haml
T
2013-12-31 16:34:14 +02:00

5 lines
170 B
Plaintext

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