diff options
| author | Zog | 2018-01-31 11:39:39 +0100 |
|---|---|---|
| committer | Zog | 2018-01-31 11:39:39 +0100 |
| commit | fe7915ffac359db41c7737a3847f31a728f502e6 (patch) | |
| tree | e733b44018321cc8eec28b147813cb279db40b7a /app/helpers | |
| parent | 4023ea52097a47458ac2fcad36d343aba0c8e68b (diff) | |
| download | chouette-core-fe7915ffac359db41c7737a3847f31a728f502e6.tar.bz2 | |
Refs #5683 @2H; Fix specs and refactor action_links
Note: Did not fix the missing workgroup in the calendar mailer
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/table_builder_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/helpers/table_builder_helper.rb b/app/helpers/table_builder_helper.rb index f48075ed9..2068dd23c 100644 --- a/app/helpers/table_builder_helper.rb +++ b/app/helpers/table_builder_helper.rb @@ -395,7 +395,6 @@ module TableBuilderHelper klass << link.extra_class if link.extra_class klass << 'delete-action' if link.method == :delete klass << 'disabled' if link.disabled - content_tag( :li, link_to( |
