diff options
author | FChannel <> | 2022-06-12 23:04:13 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | cc3e8e57154409469267b0526807a907d5166147 (patch) | |
tree | 59acbf28290c8658a538f8843a1d0d9e1a598baf /views/admin.html | |
parent | 0418dab57f9cf19540234d157a512e30a70a7152 (diff) |
admin page layout/css - truncate long new line posts
Diffstat (limited to 'views/admin.html')
-rw-r--r-- | views/admin.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/views/admin.html b/views/admin.html index e490704..2b733b5 100644 --- a/views/admin.html +++ b/views/admin.html @@ -72,8 +72,5 @@ {{ end }} </div> -<!-- <div id="reported" class="popup-box" style="margin-bottom: 25px; padding: 12px;"> --> -<!-- <h4 style="margin: 0; margin-bottom: 5px;">Reported</h4> --> -<!-- <ul style="display: inline-block; padding: 0; margin: 0; list-style-type: none;"> --> -<!-- </ul> --> -<!-- </div> --> +{{ template "partials/footer" .page }} +{{ template "partials/general_scripts" .page }} |