Sha256: f5c05f97971aa73bfcacae002d2ba2cba1e8a00da9cdec3b2a60c68f78cda181

Contents?: true

Size: 937 Bytes

Versions: 4

Compression:

Stored size: 937 Bytes

Contents

<%%- if <%= auth_check %> -%>
  <div id='modalTheme' class='modal fade' role='dialog'>
    <div class='modal-dialog'>
      <div class='modal-content'>
        <div class='modal-header'>
          <button type='button' class='close' data-dismiss='modal'>&times;</button>
          <h4 class='modal-title'><%%= t('activerecord.attributes.<%= auth_resource %>.theme') %></h4>
        </div>
        <div class='modal-body theme-list'>
          <%%- BootswatchRails::THEMES.each do |theme| -%>
            <%%= link_to theme.to_s, <%= auth_resource %>_path(current_<%= auth_resource %>, theme: theme), class: 'theme-link' %>
          <%%- end -%>
        </div>
        <div class='modal-footer'>
          <button type='button' class='btn btn-default' data-dismiss='modal'><%%= t('misc.close') %></button>
        </div>
      </div>
    </div>
  </div>
<%%- end -%>

<%%-# vim: set expandtab softtabstop=2 shiftwidth=2 autoindent : -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bootswatch_rails-3.3.7.8 lib/generators/bootswatch_rails/install/templates/theme.html.erb
bootswatch_rails-3.3.7.7 lib/generators/bootswatch_rails/install/templates/theme.html.erb
bootswatch_rails-3.3.7.6 lib/generators/bootswatch_rails/install/templates/theme.html.erb
bootswatch_rails-3.3.7.5 lib/generators/bootswatch_rails/install/templates/theme.html.erb