mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
make buttons line up properly
This commit is contained in:
parent
f0e4b9a09b
commit
8c3892709c
5 changed files with 6 additions and 6 deletions
|
@ -74,7 +74,7 @@
|
|||
</li>
|
||||
{% endfor -%}
|
||||
</ul>
|
||||
<p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('Explore communities') }}</a></p>
|
||||
<p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('More communities') }}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
{% endif -%}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
{% include 'post/_post_teaser.html' %}
|
||||
{% else -%}
|
||||
<p>{{ _('No posts yet. Join some communities to see more.') }}</p>
|
||||
<p><a class="btn btn-primary" href="/communities">{{ _('Explore communities') }}</a></p>
|
||||
<p><a class="btn btn-primary" href="/communities">{{ _('More communities') }}</a></p>
|
||||
{% endfor -%}
|
||||
</div>
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('Explore communities') }}</a>
|
||||
<p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('More communities') }}</a>
|
||||
<a class="btn btn-primary" href="/topics">{{ _('Browse topics') }}</a>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
{% else -%}
|
||||
<p>{{ _('There are no communities yet.') }}</p>
|
||||
{% endif -%}
|
||||
<p><a href="/communities" class="btn btn-primary">{{ _('Explore communities') }}</a></p>
|
||||
<p><a href="/communities" class="btn btn-primary">{{ _('More communities') }}</a></p>
|
||||
{% if current_user.is_authenticated and current_user.trustworthy() -%}
|
||||
<p><a href="/topics/new" class="btn btn-primary">{{ _('Suggest a topic') }}</a></p>
|
||||
{% endif -%}
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('Explore communities') }}</a>
|
||||
<p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('More communities') }}</a>
|
||||
<a class="btn btn-primary" href="/topics">{{ _('Browse topics') }}</a>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('Explore communities') }}</a></p>
|
||||
<p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('More communities') }}</a></p>
|
||||
<p>
|
||||
<a class="no-underline" href="{{ rss_feed }}" rel="nofollow"><span class="fe fe-rss"></span> </a><a href="{{ rss_feed }}" rel="nofollow">RSS feed</a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue