Sha256: f41063dd205b3b8130a6899eb1b3e784c7ed2de64b607ffe0563209ea03a908b

Contents?: true

Size: 411 Bytes

Versions: 59

Compression:

Stored size: 411 Bytes

Contents

<% flash.each do |name, msg| %>
  <%= content_tag :div, msg, id: "flash_#{name}" %>
<% end %>
<%= devise_error_messages! %>
<!-- this data-resource is necessary for it to call the correct route while signing in -->
<%= puts "resource is: #{resource.to_s}" %>
<div data-resource="<%= Auth.configuration.mount_path[1..-1] + "/" + resource.class.name.downcase.pluralize %>">
You need to Sign in to continue.
</div>

Version data entries

59 entries across 59 versions & 1 rubygems

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