mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-18 07:33:57 +00:00
Show notes
This commit is contained in:
parent
8556474537
commit
839ac061b7
1 changed files with 59 additions and 52 deletions
|
@ -20,7 +20,8 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block panel %}
|
||||
<section class="block content">
|
||||
<div class="columns">
|
||||
<section class="column is-half content">
|
||||
<h2 class="title is-4">{% trans "Details" %}</h2>
|
||||
<dl>
|
||||
<div class="is-flex">
|
||||
|
@ -36,9 +37,9 @@
|
|||
<dd>{{ server.status }}</dd>
|
||||
</div>
|
||||
</dl>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section class="block content">
|
||||
<section class="column is-half content">
|
||||
<h2 class="title is-4">{% trans "Activity" %}</h2>
|
||||
<dl>
|
||||
<div class="is-flex">
|
||||
|
@ -74,6 +75,12 @@
|
|||
</dd>
|
||||
</div>
|
||||
</dl>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section class="block content">
|
||||
<h2 class="title is-4">{% trans "Notes" %}</h2>
|
||||
<p>{{ server.notes }}</p>
|
||||
</section>
|
||||
|
||||
<section class="block content">
|
||||
|
|
Loading…
Reference in a new issue