Skip to content

Commit

Permalink
Mark keynote speakers in the schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
fotos committed Aug 11, 2013
1 parent 48d67b8 commit 756a693
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/schedule.html.erb
Expand Up @@ -41,8 +41,14 @@ description: EuRuKo 2013 - Schedule
<% end %>
</td>

<td>
<% if speaker.keynote %>
<span class="label label-info">keynote</span>
<% end %>
</td>

<% else %>
<td colspan="2" itemprop="name"><%= h(event.title) %></td>
<td colspan="3" itemprop="name"><%= h(event.title) %></td>
<% end %>
</tr>
<% end %>
Expand Down

0 comments on commit 756a693

Please sign in to comment.