Sha256: 3e82d5648d4ccde76809e3a0124c54c16000b267ca7160d1b25306486cb45891
Contents?: true
Size: 288 Bytes
Versions: 1
Compression:
Stored size: 288 Bytes
Contents
<table class="table table-striped table-hover"> <thead> <tr> <th>Key</th> <th>Value</th> </tr> </thead> <tbody> <% ENV.each do |key, value| %> <tr> <td><%= key %></td> <td><%= value %></td> </tr> <% end %> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tailog-0.5.0 | app/views/env.erb |