roroacms 0.0.6.8 → 0.0.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@
24
24
  <div class="dashboard-tile detail tile-turquoise">
25
25
  <div class="content">
26
26
  <h1 class="text-left timer"><%= @comments.size %></h1>
27
- <p><%= t("generic.comments") %></p>
27
+ <p><%= t("generic.unseen_comments") %></p>
28
28
  </div>
29
29
  <div class="icon"><i class="fa fa fa-comments"></i>
30
30
  </div>
@@ -4,6 +4,7 @@
4
4
  en:
5
5
  generic:
6
6
  comments: "Comments"
7
+ unseen_comments: "Unseen Comments"
7
8
  home: "Home"
8
9
  admin: "Admin"
9
10
  dashboard: "Dashboard"
@@ -62,9 +62,8 @@ module Roroacms
62
62
  Rails.application.config.assets.precompile += %w( roroacms/roroacms.js ) if File.exists?("#{Dir.pwd}/app/assets/javascripts/roroacms/roroacms.js")
63
63
  Rails.application.config.assets.precompile += %w( roroacms/roroacms.css ) if File.exists?("#{Dir.pwd}/app/assets/stylesheets/roroacms/roroacms.css")
64
64
  Rails.application.config.assets.precompile += ["theme.css", "theme.js", "theme.scss", "theme.coffee"]
65
- Rails.application.config.assets.precompile += ["#{Dir.pwd}/app/views/themes/#{Setting.get('theme_folder')}/assets/*"]
66
- Rails.application.config.assets.precompile += %w( roroacms/default-profile.jpg )
67
-
65
+ Rails.application.config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
66
+
68
67
  end
69
68
 
70
69
  config.assets.precompile += %w( *.js *.css )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roroacms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6.8
4
+ version: 0.0.6.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: