Sha256: ce72ef3668c5a4376d43a6302c3aeed747caac222c24d8bfc8d532cf3d85b8b7
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
<% icon = "<span class=\"glyphicon glyphicon-chevron-#{direction == "asc" ? "up" : "down"}\"></span>" %> <%= link_to "#{title} #{column == cleaned_params[sort_param_name] ? icon : ''}".html_safe, cleaned_params.merge(sort_param_name => column, direction_param_name => direction) %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
easy_filter-0.3.0 | app/views/easy_filter/_sort_field.html.erb |