Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pushcx committed Oct 1, 2019
1 parent 225900e commit 4bef043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/hat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def to_html_label

h = "<span class=\"hat " <<
"hat_#{self.hat.gsub(/[^A-Za-z0-9]/, '_').downcase}\" " <<
"title=\"Granted by #{self.created_at.strftime('%Y-%m-%d')}"
"title=\"Granted #{self.created_at.strftime('%Y-%m-%d')}"

if !hl && self.link.present?
h << " - #{ERB::Util.html_escape(self.link)}"
Expand Down

0 comments on commit 4bef043

Please sign in to comment.