equal
deleted
inserted
replaced
52 <thead> |
52 <thead> |
53 <tr> |
53 <tr> |
54 <th th:text="#{renkanIndex.space_name}">Name</th> |
54 <th th:text="#{renkanIndex.space_name}">Name</th> |
55 <th th:text="#{renkanIndex.space_creation}">Creation</th> |
55 <th th:text="#{renkanIndex.space_creation}">Creation</th> |
56 <th th:text="#{renkanIndex.space_proj_count}">Project count</th> |
56 <th th:text="#{renkanIndex.space_proj_count}">Project count</th> |
57 <th th:text="#{renkanIndex.space_open}">Edit</th> |
57 <th th:text="#{renkanIndex.space_open}">Open</th> |
58 </tr> |
58 </tr> |
59 </thead> |
59 </thead> |
60 <tbody> |
60 <tbody> |
61 <tr th:each="space: ${page.content}"> |
61 <tr th:each="space: ${page.content}"> |
62 <th th:text="${space.title}">title</th> |
62 <th th:text="${space.title}">title</th> |