social_stream-base 0.7.5 → 0.7.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ module SocialStream
|
|
29
29
|
:url => "#",
|
30
30
|
:options => {:link => {:id => "resources_menu"}},
|
31
31
|
:items => [
|
32
|
-
{:key => :resources_documents,:name => image_tag("btn/
|
32
|
+
{:key => :resources_documents,:name => image_tag("btn/btn_document.png")+t('document.title'),:url => documents_path},
|
33
33
|
{:key => :resources_pictures,:name => image_tag("btn/btn_gallery.png")+t('picture.title'),:url => pictures_path},
|
34
34
|
{:key => :resources_videos,:name => image_tag("btn/btn_video.png")+t('video.title'),:url => videos_path},
|
35
35
|
{:key => :resources_audios,:name => image_tag("btn/btn_audio.png")+t('audio.title'),:url => audios_path}
|
@@ -99,10 +99,10 @@ module SocialStream
|
|
99
99
|
:url => "#",
|
100
100
|
:options => {:link => {:id => "resources_menu"}},
|
101
101
|
:items => [
|
102
|
-
{:key => :resources_documents,:name => image_tag("btn/btn_documents.png")+t('document.title'),:url =>
|
103
|
-
{:key => :resources_pictures,:name => image_tag("btn/btn_gallery.png")+t('picture.title'),:url =>
|
104
|
-
{:key => :resources_videos,:name => image_tag("btn/btn_video.png")+t('video.title'),:url =>
|
105
|
-
{:key => :resources_audios,:name => image_tag("btn/btn_audio.png")+t('audio.title'),:url =>
|
102
|
+
{:key => :resources_documents,:name => image_tag("btn/btn_documents.png")+t('document.title'),:url => polymorphic_path([subject, Document.new])},
|
103
|
+
{:key => :resources_pictures,:name => image_tag("btn/btn_gallery.png")+t('picture.title'),:url => polymorphic_path([subject, Picture.new])},
|
104
|
+
{:key => :resources_videos,:name => image_tag("btn/btn_video.png")+t('video.title'),:url => polymorphic_path([subject, Video.new])},
|
105
|
+
{:key => :resources_audios,:name => image_tag("btn/btn_audio.png")+t('audio.title'),:url => polymorphic_path([subject, Audio.new])}
|
106
106
|
]}
|
107
107
|
end
|
108
108
|
render_items items
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social_stream-base
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.7.
|
9
|
+
- 6
|
10
|
+
version: 0.7.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- GING - DIT - UPM
|