diff options
| author | Robert | 2017-11-16 08:17:12 +0100 | 
|---|---|---|
| committer | Robert | 2017-11-17 14:57:36 +0100 | 
| commit | 9eecb15fb3381e67c28e0978016eb5ac1ec472ca (patch) | |
| tree | e86ac5279fa85b377c588f9c484f5eb165055755 /app | |
| parent | 05223891b456d043b8999b8ebce6a7b2eaf6ec6d (diff) | |
| download | chouette-core-9eecb15fb3381e67c28e0978016eb5ac1ec472ca.tar.bz2 | |
Refs: #4823@0.1h; Code Review Part IV
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/compliance_check_sets/executed.html.slim | 3 | ||||
| -rw-r--r-- | app/views/compliance_control_sets/show.html.slim | 3 | 
2 files changed, 2 insertions, 4 deletions
| diff --git a/app/views/compliance_check_sets/executed.html.slim b/app/views/compliance_check_sets/executed.html.slim index 8afb1d545..5550fbb25 100644 --- a/app/views/compliance_check_sets/executed.html.slim +++ b/app/views/compliance_check_sets/executed.html.slim @@ -1,8 +1,7 @@  - breadcrumb :compliance_check_set, @workbench, @compliance_check_set  / PageHeader  = pageheader 'jeux-de-donnees', -              t('compliance_check_sets.executed.title', name: @compliance_check_set.name), -             'Lorem ipsum dolor sit amet' +              t('compliance_check_sets.executed.title', name: @compliance_check_set.name)  / PageContent  .page_content    .container-fluid diff --git a/app/views/compliance_control_sets/show.html.slim b/app/views/compliance_control_sets/show.html.slim index e152c189f..27f8b4e2c 100644 --- a/app/views/compliance_control_sets/show.html.slim +++ b/app/views/compliance_control_sets/show.html.slim @@ -1,8 +1,7 @@  - breadcrumb :compliance_control_set, @compliance_control_set  / PageHeader  = pageheader 'jeux-de-controle', -              t('compliance_control_sets.show.title', name: @compliance_control_set.name), -             'Lorem ipsum dolor sit amet' +              t('compliance_control_sets.show.title', name: @compliance_control_set.name)    / Below is secondary actions & optional contents (filters, ...)    .row.mb-sm | 
