aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/lines
diff options
context:
space:
mode:
authorcedricnjanga2018-06-01 05:29:29 -0700
committercedricnjanga2018-06-01 05:29:29 -0700
commite1a1e2c4bde13503f6674f822f4b23acf59f9390 (patch)
tree5090f76cfd3e3c25d514c747bf7ec7e516117ddd /app/views/lines
parent603c76257d7ff8dac1c3c8f852e1d7e43f2877cf (diff)
downloadchouette-core-e1a1e2c4bde13503f6674f822f4b23acf59f9390.tar.bz2
Refs #7259 Add seasonal attribute to line form7259-add-season-attribute-to-line-form
Diffstat (limited to 'app/views/lines')
-rw-r--r--app/views/lines/_form.html.slim1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/lines/_form.html.slim b/app/views/lines/_form.html.slim
index 4623abf8a..993b2ed85 100644
--- a/app/views/lines/_form.html.slim
+++ b/app/views/lines/_form.html.slim
@@ -14,6 +14,7 @@
= f.input :text_color
= f.input :stable_id
= f.input :url
+ = f.input :seasonal
= f.input :mobility_restricted_suitability, as: :select, :collection => [[@line.human_attribute_name("accessible"), true], [@line.human_attribute_name("not_accessible"), false]], :include_blank => true
= f.input :flexible_service, as: :select, :collection => [[@line.human_attribute_name("on_demaond_fs"), true], [@line.human_attribute_name("regular_fs"), false]], :include_blank => true
= f.input :comment