mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36: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>
|
</li>
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
</ul>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
{% include 'post/_post_teaser.html' %}
|
{% include 'post/_post_teaser.html' %}
|
||||||
{% else -%}
|
{% else -%}
|
||||||
<p>{{ _('No posts yet. Join some communities to see more.') }}</p>
|
<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 -%}
|
{% endfor -%}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</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>
|
<a class="btn btn-primary" href="/topics">{{ _('Browse topics') }}</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
{% else -%}
|
{% else -%}
|
||||||
<p>{{ _('There are no communities yet.') }}</p>
|
<p>{{ _('There are no communities yet.') }}</p>
|
||||||
{% endif -%}
|
{% 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() -%}
|
{% if current_user.is_authenticated and current_user.trustworthy() -%}
|
||||||
<p><a href="/topics/new" class="btn btn-primary">{{ _('Suggest a topic') }}</a></p>
|
<p><a href="/topics/new" class="btn btn-primary">{{ _('Suggest a topic') }}</a></p>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</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>
|
<a class="btn btn-primary" href="/topics">{{ _('Browse topics') }}</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</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>
|
<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>
|
<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>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue