Skip to content
Snippets Groups Projects
Commit 5fc126ed authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Removido card com a mensagem

parent d848b60d
No related branches found
No related tags found
1 merge request!1Reimplementação em NodeJS
......@@ -5,9 +5,6 @@
<% include ../partials/admin-header %>
<section class="page-wrap">
<% if (message.length > 0) { %>
<% if (message.length > 0) { %>
<div class="card margin"><%= message %></div>
<% } %>
<% if (message == "successDelete") { %>
<script>
swal("Deletada!", "A matéria foi deletada com sucesso.", "success");
......
......@@ -5,9 +5,6 @@
<% include ../partials/admin-header %>
<section class="page-wrap">
<% if (message.length > 0) { %>
<% if (message.length > 0) { %>
<div class="card margin"><%= message %></div>
<% } %>
<% if (message == "successDelete") { %>
<script>
swal("Deletado!", "O professor foi deletado com sucesso.", "success");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment