Sha256: 7153bc6491c5fe5f1705b259f18fcec02677fbc94f9c3ace5748912840863f6f

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 Bytes

Contents

<%#
    name: 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

2 entries across 2 versions & 1 rubygems

Version Path
headmin-0.1.2 app/views/headmin/table/foot/_cell.html.erb
headmin-0.1.1 app/views/headmin/table/foot/_cell.html.erb