Skip to content

Commit 18d0473

Browse files
committed
Update _protip.html.haml
1 parent decc294 commit 18d0473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/protips/_protip.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%meta{itemprop: :name, content: protip.user.display_name}
1212
%meta{itemprop: :alternateName, content: protip.user.username}
1313
by
14-
%a.track{ href: profile_path(protip.user.username), 'data-action' => 'view user profile', 'data-from' => 'protip author name on top', 'data-properties' => { 'mode' => mode }.to_json, itemprop: 'author' }
14+
%a.track{ href: profile_path(protip.user.username), 'data-action' => 'view user profile', 'data-from' => 'protip author name on top', 'data-properties' => { 'mode' => mode }.to_json }
1515
= protip.user.display_name
1616
- unless protip.team.nil?
1717
%li.team

0 commit comments

Comments
 (0)