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