Commit e5b2e5ff3bff2387be7c5f19078f224b7e35bcc8

Authored by Gustavo Cruz
1 parent 9edfa5b0

updating theme

Showing 1 changed file with 11 additions and 4 deletions   Show diff stats
views/content_viewer/hub.rhtml
@@ -8,15 +8,22 @@ @@ -8,15 +8,22 @@
8 8
9 <br /> 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 <ul id="live-posts"> 17 <ul id="live-posts">
15 </ul> 18 </ul>
16 <span><%= check_box_tag 'auto_scrolling', 'yes', true %><%= _("Auto scrolling") %></span> 19 <span><%= check_box_tag 'auto_scrolling', 'yes', true %><%= _("Auto scrolling") %></span>
17 </div> 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 <ul id="mediation-posts"> 27 <ul id="mediation-posts">
21 </ul> 28 </ul>
22 </div> 29 </div>