Sha256: 8149e6cfb6a4a636d743df1354039186b6da98f3672701a7bed25f65b4f7bd23
Contents?: true
Size: 946 Bytes
Versions: 2
Compression:
Stored size: 946 Bytes
Contents
= render :partial => 'races/standard_parts' - if @instance.has_results? %table.results %thead = render :partial => 'race_performances/headings' %tbody = render :partial => 'race_performances/performance', :collection => @performances.completed = render :partial => 'race_performances/performance', :collection => @performances.incomplete - else %p.noresults Not available yet. - content_for :breadhead do = link_to "Races", races_url = t('race_results_extension.separator') = link_to @instance.race.name, race_url(@instance.race), :class => 'breadhead' = t('race_results_extension.separator') = link_to @instance.name, race_instance_url(@instance), :class => 'breadhead' = t('race_results_extension.separator') - content_for :title do = @instance.full_name = @club.name - content_for :introduction do %p There were = @performances.count competitors from = @club.name + ':'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
radiant-race_results-extension-1.4.6 | app/views/race_clubs/show.html.haml |
radiant-race_results-extension-1.4.5 | app/views/race_clubs/show.html.haml |