diff --git a/src/main/webapp/WEB-INF/views/fragments/posts-empty.jspf b/src/main/webapp/WEB-INF/views/fragments/posts-empty.jspf new file mode 100644 index 0000000..0f8acfb --- /dev/null +++ b/src/main/webapp/WEB-INF/views/fragments/posts-empty.jspf @@ -0,0 +1,20 @@ +<%-- posts-empty.jspf — 포스팅 목록 빈 상태 파편 + 사용: posts-list.jsp의 posts.isEmpty() 분기에서 include + 필요: bibimbap.css (.empty-state 클래스) +--%> +
diff --git a/src/main/webapp/WEB-INF/views/fragments/recruit-empty.jspf b/src/main/webapp/WEB-INF/views/fragments/recruit-empty.jspf new file mode 100644 index 0000000..7d67819 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/fragments/recruit-empty.jspf @@ -0,0 +1,21 @@ +<%-- recruit-empty.jspf — 팀원 모집 목록 빈 상태 파편 + 사용: recruit-list.jsp의 recruitPosts.isEmpty() 분기에서 include + 필요: bibimbap.css (.empty-state 클래스) +--%> + diff --git a/src/main/webapp/WEB-INF/views/posts-list.jsp b/src/main/webapp/WEB-INF/views/posts-list.jsp index f4c7ced..fb2c49e 100644 --- a/src/main/webapp/WEB-INF/views/posts-list.jsp +++ b/src/main/webapp/WEB-INF/views/posts-list.jsp @@ -240,7 +240,7 @@ <% if (posts.isEmpty()) { %> -