diff options
| author | Guillaume | 2017-10-02 12:41:27 +0200 | 
|---|---|---|
| committer | Guillaume | 2017-10-02 12:41:27 +0200 | 
| commit | 0f16c936c211a6ab7324e0765f0ef4a8bcf28aa8 (patch) | |
| tree | 45e5c517e808bef6695b539c1a7132f8b19d7d21 /app/views/compliance_control_sets | |
| parent | eaf5b3fd868d68856ef94e18656dac39096d866b (diff) | |
| download | chouette-core-0f16c936c211a6ab7324e0765f0ef4a8bcf28aa8.tar.bz2 | |
add show link for compliance_control_block, wording links Refs #4659
Diffstat (limited to 'app/views/compliance_control_sets')
| -rw-r--r-- | app/views/compliance_control_sets/show.html.slim | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/app/views/compliance_control_sets/show.html.slim b/app/views/compliance_control_sets/show.html.slim index 3b0a123aa..0de6fb359 100644 --- a/app/views/compliance_control_sets/show.html.slim +++ b/app/views/compliance_control_sets/show.html.slim @@ -14,7 +14,7 @@                method: link.method,                data: link.data,                class: 'btn btn-primary' do -                = link.content +            = link.content  / PageContent  .page_content @@ -54,6 +54,7 @@                  ), \                ],                sortable: true, +              #links: [:show],                cls: 'table has-filter has-search'          .select_toolbox | 
