diff options
| -rw-r--r-- | app/helpers/table_builder_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/table_builder_helper.rb b/app/helpers/table_builder_helper.rb index 1642ecc8f..acb3aec8a 100644 --- a/app/helpers/table_builder_helper.rb +++ b/app/helpers/table_builder_helper.rb @@ -62,6 +62,7 @@ module TableBuilderHelper params[:direction] )) end + # Inserts a blank column for the gear menu hcont << content_tag(:th, '') if has_links |
