Commit 2d30aa7e9c2ac74ca30759625054b11d6230e3c4

Authored by Gustavo Cruz
1 parent fa55e9a3

updating theme

plugins/community_hub/views/content_viewer/hub.rhtml
... ... @@ -8,15 +8,22 @@
8 8  
9 9 <br />
10 10  
11   - <span id="left-tab"><%= @page.title %><span class="on-air"><%= _("Live") %></span></span>
12   - <span id="right-tab"><%= _("Mediation") %><span class="expand">&#9660;</span></span>
13   - <div id="live-section" class="content-tab show">
  11 +
  12 +<div id="left-tab" class="live content-tab show">
  13 + <h1>
  14 + <span class="title"><%= @page.title %></span><span class="on-air"><%= _("Live") %></span>
  15 + </h1>
  16 +
14 17 <ul id="live-posts">
15 18 </ul>
16 19 <span><%= check_box_tag 'auto_scrolling', 'yes', true %><%= _("Auto scrolling") %></span>
17 20 </div>
18 21  
19   - <div id="mediation-section" class="content-tab hide">
  22 + <div id="right-tab" class="mediation content-tab hide">
  23 + <h1>
  24 + <span class="title"><%= _("Mediation") %><span class="expand">&#9660;</span></span>
  25 + </h1>
  26 +
20 27 <ul id="mediation-posts">
21 28 </ul>
22 29 </div>
... ...