mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 05:06:46 +10:00
5 lines
170 B
Plaintext
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
|