diff options
| author | Teddy Wing | 2017-06-15 11:23:15 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2017-06-15 11:23:15 +0200 | 
| commit | f9e02316991801782f2d3c4e23525c8d4cb6545c (patch) | |
| tree | 90b97ca95927d6c61039a2a43ce646f2bcaf0414 /app/helpers/table_builder_helper.rb | |
| parent | a6ca6664092af35505b269052d685c08b4dde8b2 (diff) | |
| download | chouette-core-f9e02316991801782f2d3c4e23525c8d4cb6545c.tar.bz2 | |
TableBuilderHelper#thead: Remove unnecessary comment
I think this comment is no longer necessary. I had added it to the
original table builder code to help me understand it, but hopefully the
code is understandable enough. Also, we do the same thing in `#tbody`
and don't have a comment there, so I figured we could be consistent
about it.
Refs #3479
Diffstat (limited to 'app/helpers/table_builder_helper.rb')
| -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 7e8a235b5..5f0265e89 100644 --- a/app/helpers/table_builder_helper.rb +++ b/app/helpers/table_builder_helper.rb @@ -38,7 +38,6 @@ module TableBuilderHelper        content_tag :tr do          hcont = [] -        # Adds checkbox to table header          if selectable            hcont << content_tag(:th, checkbox(id_name: '0', value: 'all'))          end  | 
