Skip to content

Commit

Permalink
closes frab#122
Browse files Browse the repository at this point in the history
  • Loading branch information
manno committed Mar 20, 2014
1 parent 649c19f commit 6111e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/public/schedule/event.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%h2 #{t "options.#{@event.event_type ? @event.event_type : 'other' }"}: #{@event.title}
%h2 #{t "options.#{@event.event_type.present? ? @event.event_type : 'other' }"}: #{@event.title}
%h3.title= @event.subtitle

.column.left#basic
Expand Down

0 comments on commit 6111e17

Please sign in to comment.