templates/remind.erb in ruboty-ragoon-0.6.0 vs templates/remind.erb in ruboty-ragoon-0.6.1

- old
+ new

@@ -1,6 +1,6 @@ <% if events.count > 0 %> まもなく開始の予定があります。 <% events.each do |event| %> -* <%= event[:period] %> <%= event[:plan] %> <%= event[:private] ? ':lock: ' : '' %><%= event[:title] %> <%= event[:facilities] %> <%= event[:url] %> +<%= event[:emoticon] %> <%= event[:period] %> <%= event[:plan] %> <%= event[:private] ? ':lock: ' : '' %><%= event[:title] %> <%= event[:facilities] %> <%= event[:url] %> <% end %> <% end %>