diff options
| author | Xinhui | 2017-11-14 12:02:43 +0100 | 
|---|---|---|
| committer | Xinhui | 2017-11-14 12:12:41 +0100 | 
| commit | 1d6dee5b7884c281c8674592a360a66ceb6947bd (patch) | |
| tree | d63108664b4dc4a451885e92d10b69f9175ea1d8 /app/views/organisations | |
| parent | f378ad5fb6a0a6045daa30b23dc8bdf9c2317cd3 (diff) | |
| download | chouette-core-1d6dee5b7884c281c8674592a360a66ceb6947bd.tar.bz2 | |
Remove rule parameter set from models
Refs #4516
Diffstat (limited to 'app/views/organisations')
| -rw-r--r-- | app/views/organisations/show.html.slim | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/organisations/show.html.slim b/app/views/organisations/show.html.slim index 89e3b2870..e7ab18dd3 100644 --- a/app/views/organisations/show.html.slim +++ b/app/views/organisations/show.html.slim @@ -27,8 +27,3 @@          = link_to t('organisations.actions.edit'), edit_organisation_path, class: 'edit'        li          = link_to t('users.actions.new'), new_organisation_user_path, class: 'add' - -    / FIXME ref #2007 -    - if false -      li -        = link_to t('rule_parameter_sets.actions.new'), new_organisation_rule_parameter_set_path, class: 'add'  | 
