event_calendar_engine 0.2.3 → 0.2.4

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -9,7 +9,6 @@ module EventCalendar::ApplicationHelper
9
9
  def link_wrapper(path, wrapper_options={}, link_options={})
10
10
  tag = wrapper_options.delete(:tag) || :p
11
11
  link_text = link_options.delete(:link_text) || path
12
- highlight = wrapper_options.delete(:highlight)
13
12
 
14
13
  unless wrapper_options.delete(:no_wrapper)
15
14
  return content_tag(tag, wrapper_options) do
@@ -3,5 +3,6 @@
3
3
 
4
4
  <%= render :partial => 'events/event_details', :object => event %>
5
5
 
6
+ <p><strong>Materials/Resources</strong></p>
6
7
  <%= render :partial => 'links/links' if event.current_revision? %>
7
8
  <% end %>
@@ -1,4 +1,3 @@
1
- <p><strong>Materials/Resources</strong></p>
2
1
  <div id="links" class="links">
3
2
  <%= render @event.links.all %>
4
3
  <%= link_to_new_link(@event, {:class => 'new'}) %>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: event_calendar_engine
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jason LaPier