-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from nswdpc/fix-remove-sidebar-desktop
Fix remove sidebar desktop
- Loading branch information
Showing
3 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
13 changes: 4 additions & 9 deletions
13
themes/nswds/templates/NSWDPC/Waratah/Includes/LastUpdated.ss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
<% if $PageLastUpdated %> | ||
<section class="nsw-section"> | ||
<% if $Top.IsLandingPage %> | ||
<div class="nsw-container"> | ||
<% end_if %> | ||
<div class="nsw-container"> | ||
<section class="nsw-section"> | ||
|
||
<% with $PageLastUpdated %> | ||
<p><strong><%t nswds.PAGE_LAST_UPDATE 'Last updated' %>:</strong> <time datetime="{$Machine}">{$Human}</time></p> | ||
<% end_with %> | ||
|
||
<% if $Top.IsLandingPage %> | ||
</div> | ||
<% end_if %> | ||
|
||
</section> | ||
</section> | ||
</div> | ||
<% end_if %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,3 @@ | |
<% end_if %> | ||
|
||
<% include NSWDPC/Waratah/PageForm %> | ||
<% include NSWDPC/Waratah/LastUpdated %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters