mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-07-09 13:27:45 +00:00
feat: devweb - Add inviting notification
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
<layout:base title="${translator.translate('profile_title')}">
|
||||
<jsp:attribute name="head">
|
||||
<link rel="stylesheet" href="${pageContext.request.contextPath}/static/css/form.css"/>
|
||||
<script defer type="module" src="${pageContext.request.contextPath}/static/js/form/profile.js"></script>
|
||||
</jsp:attribute>
|
||||
<jsp:body>
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
|
||||
<link rel="stylesheet" href="${pageContext.request.contextPath}/static/css/global.css">
|
||||
<link rel="stylesheet" href="${pageContext.request.contextPath}/static/css/notification.css">
|
||||
<script defer type="module" src="${pageContext.request.contextPath}/static/js/navbar.js"></script>
|
||||
<script defer type="module" src="${pageContext.request.contextPath}/static/js/notification/error.js"></script>
|
||||
<script defer type="module" src="${pageContext.request.contextPath}/static/js/notification/success.js"></script>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
<layout:base title="${title}">
|
||||
<jsp:attribute name="head">
|
||||
<link rel="stylesheet" href="${pageContext.request.contextPath}/static/css/form.css"/>
|
||||
<jsp:invoke fragment="script"/>
|
||||
</jsp:attribute>
|
||||
<jsp:body>
|
||||
|
||||
Reference in New Issue
Block a user