Skip to content
Snippets Groups Projects
Commit d58ee9e6 authored by Roang's avatar Roang
Browse files

Merge branch 'feat-room-view' into 'develop'

Gleiche Room View dem Design an

See merge request !1165
parents b8287a7f 8ef73575
Branches
Tags
1 merge request!1165Gleiche Room View dem Design an
......@@ -35,9 +35,10 @@
</ol>
</nav>
<div class="hub-vlayout-l">
<div class="hub-vlayout">
<div>
<div class="hub-card hub-vlayout">
<h2 class="hub-head-main">{{ room.name }}</h2>
<h1 class="hub-head-main">{{ room.name }}</h1>
{% if room.description %}{{ markdownMacro.markdown(markdown=room.description_html | safe, border=false) }}{% endif %}
{% if links %}
......@@ -54,16 +55,17 @@
</div>
{% endif %}
</div>
</div>
{% if voc_stream and not archive_mode %}
<div class="hub-card">
<h2 class="hub-section-title mb-0">{{ _("Currently Streaming") }}</h2>
{{ integrations.vocPlayer() }}
<div>
<h2 class="hub-section-title">{{ _("Currently Streaming") }}</h2>
<div class="hub-card">{{ integrations.vocPlayer() }}</div>
</div>
{% endif %}
<div class="hub-vlayout">
<h2 class="hub-section-title mb-0">{{ _("Events") }}</h2>
<div>
<h2 class="hub-section-title">{{ _("Events") }}</h2>
{% if events %}
{{ list_events.list(events, my_favorite_events) }}
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment