Skip to content
Snippets Groups Projects
Commit 0965aeb2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix crash on team update

parent e6002bda
No related branches found
No related tags found
1 merge request!2940Expanding repos and hooks paths in settings
%h3.page_title= "Edit Team #{@team.name}"
%hr
= form_for @team, url: teams_path do |f|
= form_for @team, url: team_path(@team) do |f|
- if @team.errors.any?
.alert.alert-error
%span= @team.errors.full_messages.first
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment