Commit f1518915e9aa0f9d4df970a94010b31e071ab11c
1 parent
fe22425a
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
#community dashboard : fix live tab
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/community_hub/views/content_viewer/hub.rhtml
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | <div id="right-tab" class="mediation content-tab hide"> |
51 | 51 | |
52 | 52 | <h1 class="live"> |
53 | - <span class="title"><%= @page.title %></span><span class="on-air"><%= _("Live") %></span> | |
53 | + <span class="on-air"><%= _("Live") %></span> | |
54 | 54 | </h1> |
55 | 55 | |
56 | 56 | <h1 class="mediation"> | ... | ... |