Skip to content

Commit

Permalink
Fixed deprecation warning from Devise gem
Browse files Browse the repository at this point in the history
  • Loading branch information
amatriain committed Mar 14, 2019
1 parent c0ca889 commit 07216d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/devise/_alerts.html.erb
@@ -1,4 +1,4 @@
<% if devise_error_messages!.present? %>
<% if resource.errors.any? %>
<div id="devise-error" class="alert alert-danger fade in" ng-show="error_devise">
<button type="button" class="close" data-dismiss="alert">&times;</button>
<ul>
Expand Down

0 comments on commit 07216d6

Please sign in to comment.