Project

General

Profile

Patch #26674 » additional_css.patch

Dmitry Lisichkin, 2017-08-14 11:38

View differences:

app/helpers/queries_helper.rb (revision )
192 192
    else
193 193
      content = column.caption
194 194
    end
195
    content_tag('th', content)
195
    content_tag('th', content, :class => "query-column-header query-column-header-#{column.name}")
196 196
  end
197 197

  
198 198
  def column_content(column, item)
......
366 366

  
367 367
    tags
368 368
  end
369
 
369

  
370 370
  def query_hidden_sort_tag(query)
371 371
    hidden_field_tag("sort", query.sort_criteria.to_param, :id => nil)
372 372
  end
(1-1/2)