server/src/main/webapp/WEB-INF/templates/renkanIndex.html
branchuser_management
changeset 219 885f09f3462b
parent 150 5b62100b8562
child 224 0167b777ad15
equal deleted inserted replaced
218:aaf55e08827a 219:885f09f3462b
    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>