Skip to content
Snippets Groups Projects
Commit c32ccf90 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Show room topic

parent 97d2c378
No related branches found
No related tags found
No related merge requests found
...@@ -13,11 +13,8 @@ ...@@ -13,11 +13,8 @@
<a href="#favorite" class="toggle-favorite"><i class="{{favorite}}" aria-label="{{_ favoriteLabel}}"></i></a> <a href="#favorite" class="toggle-favorite"><i class="{{favorite}}" aria-label="{{_ favoriteLabel}}"></i></a>
{{/if}} {{/if}}
<i class="{{roomIcon}} status-{{userStatus}}"></i> <i class="{{roomIcon}} status-{{userStatus}}"></i>
<span class="room-title {{editingTitle}}">{{roomName}}</span> <span class="room-title">{{roomName}}</span>
{{#if canEditName}} <span class="room-topic">{{roomTopic}}</span>
<input type="text" id="room-title-field" class="{{showEditingTitle}}" value="{{roomNameEdit}}" dir="auto">
<a href="#edit" class="edit-room-title"><i class="icon-pencil" aria-label="{{_ "Edit"}}"></i></a>
{{/if}}
</h2> </h2>
</header> </header>
<div class="container-bars"> <div class="container-bars">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment