diff --git a/plugins/community_hub/views/content_viewer/hub.html.erb b/plugins/community_hub/views/content_viewer/hub.html.erb
new file mode 100644
index 0000000..8401b80
--- /dev/null
+++ b/plugins/community_hub/views/content_viewer/hub.html.erb
@@ -0,0 +1,96 @@
+<% extend CommunityHubPlugin::HubHelper %>
+
+
+
+
<%= @page.title %> HUB
+
+
<%= @page.body %>
+
+
+
+
+
+
+ <%= _("Live") %>
+
+
+
+
+
+
+
<%= check_box_tag 'auto_scrolling', 'yes', true %><%= _("Auto scrolling") %>
+
+ <% if logged_in? %>
+
+ <% end %>
+
+
+
+
+
+
+ <%= _("Live") %>
+
+
+
+
+
+
+ <% if logged_in? && mediator?(@page) %>
+
+
+ <%= render :file => 'shared/tiny_mce' %>
+
+ <%= form_for :article,
+ :method => 'post',
+ :url => {
+ :controller => 'community_hub_plugin_public',
+ :action => 'new_mediation',
+ :profile_id => profile.id
+ } do |f| %>
+ <%= f.hidden_field :parent_id, :value => @page.id %>
+ <%= f.text_area :body, :style => "width: 100%;", :class => "mceEditor" %>
+ <%= submit_button('add', _('Post'), :onclick => 'new_mediation(this); return false;') %>
+ <% end %>
+
+
+
+ <%= render :partial => "community_hub_plugin_public/settings" %>
+
+ <% end %>
+
+
+
+
+
+
+
+<%= javascript_include_tag '/plugins/community_hub/javascripts/community_hub.js' %>
diff --git a/plugins/community_hub/views/content_viewer/hub.rhtml b/plugins/community_hub/views/content_viewer/hub.rhtml
deleted file mode 100644
index 8401b80..0000000
--- a/plugins/community_hub/views/content_viewer/hub.rhtml
+++ /dev/null
@@ -1,96 +0,0 @@
-<% extend CommunityHubPlugin::HubHelper %>
-
-
-
-
<%= @page.title %> HUB
-
-
<%= @page.body %>
-
-
-
-
-
-
- <%= _("Live") %>
-
-
-
-
-
-
-
<%= check_box_tag 'auto_scrolling', 'yes', true %><%= _("Auto scrolling") %>
-
- <% if logged_in? %>
-
- <% end %>
-
-
-
-
-
-
- <%= _("Live") %>
-
-
-
-
-
-
- <% if logged_in? && mediator?(@page) %>
-
-
- <%= render :file => 'shared/tiny_mce' %>
-
- <%= form_for :article,
- :method => 'post',
- :url => {
- :controller => 'community_hub_plugin_public',
- :action => 'new_mediation',
- :profile_id => profile.id
- } do |f| %>
- <%= f.hidden_field :parent_id, :value => @page.id %>
- <%= f.text_area :body, :style => "width: 100%;", :class => "mceEditor" %>
- <%= submit_button('add', _('Post'), :onclick => 'new_mediation(this); return false;') %>
- <% end %>
-
-
-
- <%= render :partial => "community_hub_plugin_public/settings" %>
-
- <% end %>
-
-
-
-
-
-
-
-<%= javascript_include_tag '/plugins/community_hub/javascripts/community_hub.js' %>
--
libgit2 0.21.2