d7a48443ce
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
4 lines
170 B
Text
4 lines
170 B
Text
- if @project.errors.any?
|
|
.alert.alert-danger
|
|
%button{ type: "button", class: "close", "data-dismiss" => "alert"} ×
|
|
= @project.errors.full_messages.first
|