Sha256: 0e1668183b37174c6f7ec159c70fb8d269e7e0321403ae3e7b80bd9691a32b0b

Contents?: true

Size: 922 Bytes

Versions: 59

Compression:

Stored size: 922 Bytes

Contents

<div class="modal-content">
     <h4 class="fs-16">
      <i class="mdi-content-clear right cursor-pointer modal-close"></i>
     </h4>
     <div class="row m-0-top">
      <div class="section p-0-top" id="login_header<%= namespace %>">
        <div class="row center">
          <div class="col l6 offset-l3 m8 offset-m2 s12">
            <h3 class="teal-text fw-200 m-10-bottom center" id="login_title<%= namespace %>"><%=modal_title %></h3>
            <%= render 'auth/modals/error_notification.html.erb' %>
          </div>
        </div>
      </div>
      <div class="section" id="login_content<%= namespace %>">
        <% if !modal_content.nil? %>
        <%= render modal_content %>
        <% end %>
      </div>
      <div class="section p-0-top m-0-top" id="login_footer<%= namespace %>">
        <% if !modal_footer.nil? %>
        <%= render modal_footer %>
        <% end %>
      </div>
     </div>
</div>

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.5.9 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.5.8 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.5.7 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.5.6 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.5.5 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.5.4 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.5.3 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.5.2 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.5.1 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.5.0 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.4.9 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.4.8 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.4.7 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.4.6 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.4.5 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.4.4 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.4.3 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.4.2 app/views/auth/modals/base_modal/_base.html.erb
wordjelly-auth-1.4.0 app/views/auth/modals/base_modal/_base.html.erb