diff options
| -rw-r--r-- | app/views/routing_constraint_zones/edit.html.slim | 3 | ||||
| -rw-r--r-- | app/views/routing_constraint_zones/new.html.slim | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app/views/routing_constraint_zones/edit.html.slim b/app/views/routing_constraint_zones/edit.html.slim index a99f8e8d3..e14cc48b3 100644 --- a/app/views/routing_constraint_zones/edit.html.slim +++ b/app/views/routing_constraint_zones/edit.html.slim @@ -18,6 +18,9 @@ .separator + - @routing_constraint_zone.errors[:stop_point_ids].each do |error_message| + = error_message + #ITL_stoppoints .subform .nested-head diff --git a/app/views/routing_constraint_zones/new.html.slim b/app/views/routing_constraint_zones/new.html.slim index 119f01e12..0b527467d 100644 --- a/app/views/routing_constraint_zones/new.html.slim +++ b/app/views/routing_constraint_zones/new.html.slim @@ -16,6 +16,9 @@ .separator + - @routing_constraint_zone.errors[:stop_point_ids].each do |error_message| + = error_message + #ITL_stoppoints .subform .nested-head |
