spree_events_list 0.50.01 → 0.50.02

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.
@@ -4,13 +4,13 @@
4
4
  <div><strong>&nbsp;&nbsp;End Date:</strong>&nbsp;&nbsp;<%= Date.parse(@event.end_event.to_s).to_s %></div>
5
5
  </div>
6
6
  <div style="width: 50%;float: left;">
7
- <%= if not @event.start_time.nil? -%>
7
+ <% if not @event.start_time.nil? -%>
8
8
  <div><strong>Start Time:</strong> <%= @event.start_time %></div>
9
9
  <% end -%>
10
10
  <div><strong>Venue:</strong> <%= raw @event.venue %></div>
11
11
  <div><strong>Sponsor:</strong> <%= raw @event.sponsor %></div>
12
12
  </div>
13
- <%= if (@event.respond_to?(:image)) and (@event.image.respond_to?(:url))-%>
13
+ <% if (@event.respond_to?(:image)) and (@event.image.respond_to?(:url))-%>
14
14
  <div style="text-align: center;">
15
15
  <%= image_tag @event.image.url(:large) %>
16
16
  </div>
@@ -21,6 +21,6 @@
21
21
  <div class="event_description">
22
22
  <%= raw(@event.full_description) %>
23
23
  </div>
24
- <%= if not @event.further_information == "" and not @event.further_information == nil -%>
24
+ <% if not @event.further_information == "" and not @event.further_information == nil -%>
25
25
  <div><%= link_to "Further Information", @event.further_information %></div>
26
26
  <% end -%>
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.platform = Gem::Platform::RUBY
3
3
  s.name = 'spree_events_list'
4
- s.version = '0.50.01'
4
+ s.version = '0.50.02'
5
5
  s.summary = 'Administrable list of events'
6
6
  s.description = ''
7
7
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 50
8
- - 1
9
- version: 0.50.01
8
+ - 2
9
+ version: 0.50.02
10
10
  platform: ruby
11
11
  authors:
12
12
  - Christopher Maujean