diff --git a/Gemfile.lock b/Gemfile.lock index 4eae6b9..35568d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,9 @@ GEM mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.10.1) mini_mime (1.0.2) mini_portile2 (2.4.0) diff --git a/app/views/public/m_events/_m_event.html.haml b/app/views/public/m_events/_m_event.html.haml index 241ccd3..b639969 100644 --- a/app/views/public/m_events/_m_event.html.haml +++ b/app/views/public/m_events/_m_event.html.haml @@ -13,7 +13,7 @@ %h3 =link_to m_event.m_event_type_title, public_m_events_path(:search => {:m_event_type_title => [m_event.m_event_type_title]}) ="-" - =link_to m_event.circuit.name, public_m_events_path(:search => {:circuit_id => m_event.circuit.id}) + =link_to m_event.circuit.name, public_circuit_path(:id => m_event.circuit.slug) %span.date -if m_event.start_at.to_date == m_event.end_at.to_date