summaryrefslogtreecommitdiff
path: root/app/views/projects/_errors.html.haml
blob: 7c8bb33ed7edc4f3d868742ec68f1a16005d3aab (plain)
1
2
3
4
- if @project.errors.any?
  .alert.alert-danger
    %button{ type: "button", class: "close", "data-dismiss" => "alert"} ×
    = @project.errors.full_messages.first