Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_errors.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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