Sha256: 1d578ffe13a21b4f709c2b31aceecffcf048f7699a605c4625bef89b127719df

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

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

<td>
  <% if defined?(url) && url %>
    <a href="<%= url %>" title="<% t('.open') %>">
      <%= value %>
    </a>
  <% else %>
    <%= value %>
  <% end %>
</td>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
headmin-0.1.2 app/views/headmin/table/body/_string.html.erb
headmin-0.1.1 app/views/headmin/table/body/_string.html.erb