Skip to content

Commit

Permalink
fixed incorrect haml commenting syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
altsalt committed Oct 11, 2019
1 parent a0da888 commit 82210ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/proposals/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
.col-md-8
%h4
= link_to speaker.name, user_path(speaker.id)
#= "(#{speaker.email})"
-#= "(#{speaker.email})"
- if speaker.affiliation?
.text-muted
from
Expand Down

0 comments on commit 82210ab

Please sign in to comment.