debian-mirror-gitlab/app/views/projects/_errors.html.haml

5 lines
170 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
- if @project.errors.any?
.alert.alert-danger
%button{ type: "button", class: "close", "data-dismiss" => "alert"} ×
= @project.errors.full_messages.first