First Commit
This commit is contained in:
commit
601e886c14
2123 files changed
+334815
No files matched your search
@@ -0,0 +1,29 @@
|
||||
<% if(typeof errors != 'undefined'){ %> <% errors.forEach(function(error) { %>
|
||||
<div class="alert alert-warning alert-dismissible fade show" role="alert">
|
||||
<%= error.msg %>
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<% }); %> <% } %> <% if(success_msg != ''){ %>
|
||||
<div class="alert alert-success alert-dismissible fade show" role="alert">
|
||||
<%= success_msg %>
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<% } %> <% if(error_msg != ''){ %>
|
||||
<div class="alert alert-danger alert-dismissible fade show" role="alert">
|
||||
<%= error_msg %>
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<% } %> <% if(error != ''){ %>
|
||||
<div class="alert alert-danger alert-dismissible fade show" role="alert">
|
||||
<%= error %>
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<% } %>
|
||||
Reference in new issue
Block a user