Skip to content

Commit

Permalink
#61 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 2, 2020
1 parent 80cf067 commit 3ce342b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/project.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
%p
%span.smaller.gray
%span.item
%a{href: "https://socatar.com/github/#{r[:author]}/192-192"}<
%img{src: r[:avatar], style: 'height: 1em; width: 1em; vertical-align: middle;'}
%img{src: "https://socatar.com/github/#{r[:author]}/192-192", style: 'height: 1em; width: 1em; vertical-align: middle;'}
&= r[:author]
%span.item
= RelativeTime.in_words(r[:created])
Expand Down

0 comments on commit 3ce342b

Please sign in to comment.