Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 2e63e617 authored by 65160258's avatar 65160258
Browse files

css conf

parent d6b7c16f
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
<link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/pages/index.css"> <link rel="stylesheet" href="/css/pages/index.css">
<div class="main-content"> <div class="main-content">
<div class="d-flex justify-content-between align-items-center mb-5">
<h1 class="h2 fw-bold text-primary">All Posts</h1>
<div class="d-flex justify-content-between align-items-center mb-4 flex-wrap"> <div class="d-flex justify-content-between align-items-center mb-4 flex-wrap">
<h1 class="h2 fw-bold text-primary">All Posts</h1> <h1 class="h2 fw-bold text-primary">All Posts</h1>
...@@ -26,9 +24,6 @@ ...@@ -26,9 +24,6 @@
</div> </div>
</div> </div>
<div class="badge bg-primary rounded-pill"><%= posts.length %> posts</div>
</div>
<% if (typeof posts !== 'undefined' && posts.length > 0) { %> <% if (typeof posts !== 'undefined' && posts.length > 0) { %>
<div class="post-list"> <div class="post-list">
<% posts.forEach(post => { %> <% posts.forEach(post => { %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment