Suite
This commit is contained in:
parent
128dc118c4
commit
8e8abdcf76
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user