Sha256: 2f70c25943613a1bf83e3471521d3cd6cd4b7e160b3b0d6214f2655869a6530f
Contents?: true
Size: 866 Bytes
Versions: 3
Compression:
Stored size: 866 Bytes
Contents
<header class='header-main'> <div class="header-gutter"> <%= link_to_back %> </div> <div class="header-title"> <h1>Widgets</h1> </div> <div class="header-actions"> <%= link_to "#{icon_tag 'plus'} Add new".html_safe, '#', class: 'btn btn-primary', data: {toggle: 'modal', target: '#widget_form'} %> </div> </header> <section class="body-main"> <%= link_to_available_locales %> <% if @widgets and @widgets.any? %> <% @widgets.each do |widget_row| %> <div class="row"> <%= render widget_row %> </div> <% end -%> <% else -%> <h1>Yikes! There are 0 widgets.</h1> <%= link_to "Get Started", '#', class: 'btn btn-primary btn--jumbo', data: {toggle: 'modal', target: '#widget_form'} %> <% end -%> </section> <%= content_tag :footer do %> <%= render 'georgia/shared/modals/widget' %> <% end -%>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/views/georgia/widgets/index.html.erb |
georgia-0.7.8 | app/views/georgia/widgets/index.html.erb |
georgia-0.7.7 | app/views/georgia/widgets/index.html.erb |