Prepend "#" to hashtags in UI.
Still store hashtags without the redundant "#". Change-Id: I1706cc23fbe2cdd0a48c105e8d8fa1de63b3d3cb
This commit is contained in:
@@ -164,7 +164,7 @@ public class Hashtags extends Composite {
|
||||
.openAnchor()
|
||||
.setAttribute("href", "#" + PageLinks.toChangeQuery("hashtag:" + hashtagName))
|
||||
.setAttribute("role", "listitem")
|
||||
.append(hashtagName)
|
||||
.append("#").append(hashtagName)
|
||||
.closeAnchor()
|
||||
.openElement("button")
|
||||
.setAttribute("title", "Remove hashtag")
|
||||
|
||||
Reference in New Issue
Block a user