fixes # 889
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
@import "../common/000_vars.css.scss";
|
@import "../common/000_vars.css.scss";
|
||||||
|
|
||||||
div#c-tag-subscriptions {
|
div#c-tag-subscriptions {
|
||||||
|
p.info {
|
||||||
|
margin: 1em 0;
|
||||||
|
color: #AAA;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
div#a-posts {
|
div#a-posts {
|
||||||
h1 {
|
h1 {
|
||||||
font-size: $h3_size;
|
font-size: $h3_size;
|
||||||
|
|||||||
@@ -28,6 +28,8 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<p class="info">You can create up to <%= Danbooru.config.max_tag_subscriptions %> subscriptions with up to 20 tags each.</p>
|
||||||
|
|
||||||
<%= sequential_paginator(@tag_subscriptions) %>
|
<%= sequential_paginator(@tag_subscriptions) %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user