Skip to content

Commit

Permalink
Some tidy up of the home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Jun 18, 2024
1 parent a32a503 commit acde55f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/structurizr/lite/web/HomeController.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String showHomePage(
model.addAttribute("workspaces", workspaces);
model.addAttribute("numberOfWorkspaces", workspaces.size());

model.addAttribute("workspaces", workspaces);
model.addAttribute("sort", sort);
addCommonAttributes(model, "Structurizr Lite", true);

return "home";
Expand Down
4 changes: 1 addition & 3 deletions src/main/webapp/WEB-INF/fragments/coda.jspf
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
<c:if test="${showFooter eq true}">
<div id="footer">
<p>
<a href="https://docs.structurizr.com/lite" target="_blank">Structurizr Lite</a>
Structurizr Lite
|
<span id="buildNumber">Build ${version.buildNumber}</span> <!-- <fmt:formatDate value="${version.buildTimestamp}" pattern="EEE dd MMM yyyy HH:mm z" /> -->
|
<a href="https://docs.structurizr.com/lite" target="_blank">Documentation</a>
|
<a href="https://structurizr.com/help/support" target="_blank">Help and Support</a>
</p>
</div>
</c:if>
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/WEB-INF/fragments/prelude.jspf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<span class="topNavigationItem"><a href="/workspace/decisions">Decisions</a></span>
<span class="topNavigationItem"><a href="/workspace/explore">Explore</a></span>
</c:if>
<span class="topNavigationItem"><a href="https://structurizr.com/help" target="_blank">Help</a></span>
</div>
</div>
</div>
Expand Down

0 comments on commit acde55f

Please sign in to comment.