Sha256: 20f27725bf2c3528d230adfe20318c929979cc30cf97ff26e9fee6b1d0b113fa

Contents?: true

Size: 294 Bytes

Versions: 30

Compression:

Stored size: 294 Bytes

Contents

<%#
    headmin/table/foot/cell
    accepts block: no
    parameters:
      value: (string) Displays value
%>

<% value = local_assigns.has_key?(:value) ? value : nil  %>
<% sort = local_assigns.has_key?(:sort) ? sort : nil  %>
<%= render "headmin/table/head/cell", value: value, sort: sort %>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
headmin-0.6.3 app/views/headmin/table/foot/_cell.html.erb
headmin-0.2.9 app/views/headmin/table/foot/_cell.html.erb
headmin-0.6.2 app/views/headmin/table/foot/_cell.html.erb
headmin-0.6.1 app/views/headmin/table/foot/_cell.html.erb
headmin-0.6.0 app/views/headmin/table/foot/_cell.html.erb
headmin-0.5.9 app/views/headmin/table/foot/_cell.html.erb
headmin-0.5.8 app/views/headmin/table/foot/_cell.html.erb
headmin-0.5.7 app/views/headmin/table/foot/_cell.html.erb
headmin-0.5.6 app/views/headmin/table/foot/_cell.html.erb
headmin-0.5.5 app/views/headmin/table/foot/_cell.html.erb
headmin-0.5.4 app/views/headmin/table/foot/_cell.html.erb
headmin-0.5.3 app/views/headmin/table/foot/_cell.html.erb
headmin-0.5.1 app/views/headmin/table/foot/_cell.html.erb
headmin-0.5.0 app/views/headmin/table/foot/_cell.html.erb
headmin-0.4.2 app/views/headmin/table/foot/_cell.html.erb
headmin-0.4.1 app/views/headmin/table/foot/_cell.html.erb
headmin-0.4.0 app/views/headmin/table/foot/_cell.html.erb
headmin-0.3.4 app/views/headmin/table/foot/_cell.html.erb
headmin-0.3.3 app/views/headmin/table/foot/_cell.html.erb
headmin-0.3.2 app/views/headmin/table/foot/_cell.html.erb