diff options
| author | Guillaume | 2017-10-03 17:36:29 +0200 |
|---|---|---|
| committer | Guillaume | 2017-10-03 17:36:29 +0200 |
| commit | 35f35bab668e2ae23a490df799ee2cbc7cd651d4 (patch) | |
| tree | 013caa7d7ba06556949b459651b36f75e4574792 /app/views/compliance_control_sets | |
| parent | 3a666be069195e9fc63a12d5f6001098dfd26c34 (diff) | |
| parent | 9ea95b98c52f99494a13befa54cfd8cd298ab0c4 (diff) | |
| download | chouette-core-35f35bab668e2ae23a490df799ee2cbc7cd651d4.tar.bz2 | |
Merge branch 'master' of https://github.com/af83/stif-boiv
Diffstat (limited to 'app/views/compliance_control_sets')
| -rw-r--r-- | app/views/compliance_control_sets/_filters.html.slim | 2 | ||||
| -rw-r--r-- | app/views/compliance_control_sets/index.html.slim | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app/views/compliance_control_sets/_filters.html.slim b/app/views/compliance_control_sets/_filters.html.slim index f70a997f5..6a5d3ac44 100644 --- a/app/views/compliance_control_sets/_filters.html.slim +++ b/app/views/compliance_control_sets/_filters.html.slim @@ -19,4 +19,4 @@ .actions = link_to t('actions.erase'), @compliance_control_set, class: 'btn btn-link' - = f.submit t('actions.filter'), class: 'btn btn-default', id: 'referential_filter_btn'
\ No newline at end of file + = f.submit t('actions.filter'), class: 'btn btn-default', id: 'compliance_control_set_filter_btn'
\ No newline at end of file diff --git a/app/views/compliance_control_sets/index.html.slim b/app/views/compliance_control_sets/index.html.slim index ecb4eb75b..22c65dabc 100644 --- a/app/views/compliance_control_sets/index.html.slim +++ b/app/views/compliance_control_sets/index.html.slim @@ -53,3 +53,4 @@ = replacement_msg t('compliance_control_sets.search_no_results') += javascript_include_tag 'filters/compliance_control_set.js'
\ No newline at end of file |
