social_stream-events 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -60,13 +60,13 @@
60
60
  </div>
61
61
  </div>
62
62
  <div class="espacio"></div>
63
- <div id="join_form">
64
- <%= link_to image_tag("frontpage/join.gif", :alt=>"register"), new_user_registration_path, :class => "register_link" %>
65
- </div>
66
63
  </div>
67
64
 
68
65
  <div id="wrapper_right">
69
66
  <%= render :partial => 'frontpage/caracteristics' %>
70
67
  </div>
71
68
 
69
+ <div id="join_form">
70
+ <%= button_to t('frontpage.register'), new_user_registration_path, :method=> :get %>
71
+ </div>
72
72
  <div id="espacio_body_bottom"></div>
@@ -59,6 +59,7 @@ en:
59
59
  suscribed: "Last Suscribed"
60
60
  frontpage:
61
61
  elements:
62
+ conferences: "Conferences"
62
63
  collaborate:
63
64
  sentence1: "Organize your projects and activities"
64
65
  sentence2: "Participate in conferences and events"
@@ -1,5 +1,5 @@
1
1
  module SocialStream
2
2
  module Events
3
- VERSION = "0.0.9".freeze
3
+ VERSION = "0.0.10".freeze
4
4
  end
5
5
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.files = `git ls-files`.split("\n")
13
13
 
14
14
  # Gem dependencies
15
- s.add_runtime_dependency('social_stream-base', '~> 0.9.16')
15
+ s.add_runtime_dependency('social_stream-base', '~> 0.9.18')
16
16
  s.add_runtime_dependency('conference_manager-ruby', '~> 0.0.3')
17
17
 
18
18
  # Development Gem dependencies
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_stream-events
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 9
10
- version: 0.0.9
9
+ - 10
10
+ version: 0.0.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Diego Carrera
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-10-07 00:00:00 +02:00
20
+ date: 2011-10-11 00:00:00 +02:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -28,12 +28,12 @@ dependencies:
28
28
  requirements:
29
29
  - - ~>
30
30
  - !ruby/object:Gem::Version
31
- hash: 27
31
+ hash: 31
32
32
  segments:
33
33
  - 0
34
34
  - 9
35
- - 16
36
- version: 0.9.16
35
+ - 18
36
+ version: 0.9.18
37
37
  name: social_stream-base
38
38
  version_requirements: *id001
39
39
  - !ruby/object:Gem::Dependency