diff --git a/app/views/layouts/chat.html.erb b/app/views/layouts/chat.html.erb deleted file mode 100644 index da00b27..0000000 --- a/app/views/layouts/chat.html.erb +++ /dev/null @@ -1,64 +0,0 @@ - - - - <%= h page_title %> - - - - <%= noosfero_javascript %> - <%= javascript_include_tag 'jquery.scrollabletab', 'strophejs-1.0.1/strophe', 'jquery.emoticon', '../designs/icons/pidgin/emoticons.js', 'ba-linkify', 'jquery.ba-hashchange', 'jquery.sound', 'chat' %> - <%= noosfero_stylesheets %> - <%= stylesheet_link_tag *icon_theme_stylesheet_path %> - <%= stylesheet_link_tag theme_stylesheet_path %> - <%= stylesheet_link_tag jquery_ui_theme_stylesheet_path %> - - - -
-

<%= _("%s - Friends online (%d)") % [h(page_title), 0] %>

-
-
- -
-
<%= user_status_menu('icon-menu-offline', _('Offline')) %>
- -
- -
-
-
- -
- -
- <%= yield %> - - diff --git a/config/environments/production.rb b/config/environments/production.rb index a26afb4..058171f 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -23,10 +23,6 @@ Noosfero::Application.configure do File.basename file end.compact - # fallback to assets pipeline if a precompiled asset is missed - config.assets.digest = true - config.assets.cache_store = :assets_live_compile_store - # Defaults to nil and saved in location specified by config.assets.prefix # config.assets.manifest = YOUR_PATH -- libgit2 0.21.2