diff options
| author | Xinhui | 2017-09-28 14:49:18 +0200 |
|---|---|---|
| committer | Xinhui | 2017-09-28 14:54:26 +0200 |
| commit | 9c64fa920c50683eb87debf8a10c223da9096b30 (patch) | |
| tree | 9185c388db612e046ff2f0ecb3fff37d90f04d65 /app/views | |
| parent | d4f93417331115d36880db771903446e6397a8bc (diff) | |
| download | chouette-core-9c64fa920c50683eb87debf8a10c223da9096b30.tar.bz2 | |
ComplianceControls#select_type action
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/compliance_controls/select_type.html.slim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/compliance_controls/select_type.html.slim b/app/views/compliance_controls/select_type.html.slim new file mode 100644 index 000000000..66a38279d --- /dev/null +++ b/app/views/compliance_controls/select_type.html.slim @@ -0,0 +1,8 @@ += form_tag(new_compliance_control_set_compliance_control_path, method: :get) do + - @sti_subclasses.each do |klass| + = radio_button_tag(:sti_class, klass) + = label_tag(:sti_class, klass) + end + = submit_tag("suivant") +end + |
