Sha256: c46ebac5d01bf9dc8bb06e0eac9b46d2c8fb7f786dc4ce5be8a3129b22dd71e1
Contents?: true
Size: 781 Bytes
Versions: 6
Compression:
Stored size: 781 Bytes
Contents
<div class='panel panel-default'> <div class='panel-heading center'> <%= t('carload.config.title') %> </div> <div class='panel-body'> <table class='table table-striped'> <thead> <tr> <th width='100'><%= t('carload.config.key') %></th> <th width='100'><%= t('carload.config.value') %></th> </tr> </thead> <tbody> <% ['page.title', 'page.footer', 'page.main_color', 'page.text_color', 'page.button_color', 'page.button_text_color', 'auth_solution', 'upload_solution', 'search_engine', 'dashboard.permits_user.all'].each do |key| %> <tr> <td><%= key %></td> <td><%= eval "Carload.#{key}" %></td> </tr> <% end %> </tbody> </table> </div> </div>
Version data entries
6 entries across 6 versions & 1 rubygems