Skip to content

Instantly share code, notes, and snippets.

@ClearlyClaire
Created October 4, 2017 12:33
Show Gist options
  • Save ClearlyClaire/d97571ec781fa0831aa7126fb75f9fae to your computer and use it in GitHub Desktop.
Save ClearlyClaire/d97571ec781fa0831aa7126fb75f9fae to your computer and use it in GitHub Desktop.
Completing the lulupocalypse
diff --git a/app/lib/formatter.rb b/app/lib/formatter.rb
index 42cd7299..d835751c 100644
--- a/app/lib/formatter.rb
+++ b/app/lib/formatter.rb
@@ -199,6 +199,6 @@ class Formatter
end
def mention_html(account)
- "<span class=\"h-card\"><a href=\"#{TagManager.instance.url_for(account)}\" class=\"u-url mention\">@<span>#{account.username}</span></a></span>"
+ "<span class=\"h-card\"><a href=\"#{TagManager.instance.url_for(account)}\" class=\"u-url mention\">@<span>luluberlu</span></a></span>"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment