Sha256: 5790920f2a0294c1f66f7244a36c514b3ab4c5c398cbfe73f52d3bde4b6096b4
Contents?: true
Size: 257 Bytes
Versions: 2
Compression:
Stored size: 257 Bytes
Contents
<%# name: headmin/table/body/date accepts block: no parameters: value: (DateTime) Date to be displayed %> <% format = defined?(format) && format ? format : t('.format') %> <td> <%= value ? l(value, format: format) : t('.empty') %> </td>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
headmin-0.1.2 | app/views/headmin/table/body/_date.html.erb |
headmin-0.1.1 | app/views/headmin/table/body/_date.html.erb |