Commit 0343f9d6a4d62c31a3797ac23d03079f8572aac8
1 parent
b119723c
Exists in
master
updating theme
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
views/content_viewer/hub.rhtml
@@ -19,18 +19,17 @@ | @@ -19,18 +19,17 @@ | ||
19 | <span><%= check_box_tag 'auto_scrolling', 'yes', true %><%= _("Auto scrolling") %></span> | 19 | <span><%= check_box_tag 'auto_scrolling', 'yes', true %><%= _("Auto scrolling") %></span> |
20 | </div> | 20 | </div> |
21 | 21 | ||
22 | - <br /> | 22 | + |
23 | 23 | ||
24 | <!-- HUB mediation section --> | 24 | <!-- HUB mediation section --> |
25 | <div class="mediation"> | 25 | <div class="mediation"> |
26 | <h1> | 26 | <h1> |
27 | - <span class="title"><%= _("Mediation") %><span class="expand">+</span></span> | 27 | + <span class="title"><%= _("Mediation") %><span class="expand">▼</span></span> |
28 | </h1> | 28 | </h1> |
29 | <ul id="mediation-posts"> | 29 | <ul id="mediation-posts"> |
30 | </ul> | 30 | </ul> |
31 | </div> | 31 | </div> |
32 | 32 | ||
33 | - <br /> | ||
34 | 33 | ||
35 | <!-- HUB post form (guest user) & (admin user) --> | 34 | <!-- HUB post form (guest user) & (admin user) --> |
36 | <div class="form"> | 35 | <div class="form"> |
@@ -41,4 +40,4 @@ | @@ -41,4 +40,4 @@ | ||
41 | <%= render :partial => "community_hub_plugin_public/settings" %> | 40 | <%= render :partial => "community_hub_plugin_public/settings" %> |
42 | </div> | 41 | </div> |
43 | 42 | ||
44 | -</div> | ||
45 | \ No newline at end of file | 43 | \ No newline at end of file |
44 | +</div> |