diff --git a/pkg/config/page_sizes.go b/pkg/config/page_sizes.go index 9ea120d..4637e83 100644 --- a/pkg/config/page_sizes.go +++ b/pkg/config/page_sizes.go @@ -7,8 +7,8 @@ var ( PageSizeBlockList = 12 PageSizeAdminCertification = 20 PageSizeAdminFeedback = 20 - PageSizeSiteGallery = 18 - PageSizeUserGallery = 18 + PageSizeSiteGallery = 16 + PageSizeUserGallery = 16 PageSizeInboxList = 20 // sidebar list PageSizeInboxThread = 20 // conversation view PageSizeForums = 100 // TODO: for main category index view diff --git a/web/templates/comment/post_comment.html b/web/templates/comment/post_comment.html index f7abddf..7f8fb05 100644 --- a/web/templates/comment/post_comment.html +++ b/web/templates/comment/post_comment.html @@ -75,7 +75,7 @@ name="intent" value="submit" class="button is-success"> - Post Message + Post Comment