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()
|
.openAnchor()
|
||||||
.setAttribute("href", "#" + PageLinks.toChangeQuery("hashtag:" + hashtagName))
|
.setAttribute("href", "#" + PageLinks.toChangeQuery("hashtag:" + hashtagName))
|
||||||
.setAttribute("role", "listitem")
|
.setAttribute("role", "listitem")
|
||||||
.append(hashtagName)
|
.append("#").append(hashtagName)
|
||||||
.closeAnchor()
|
.closeAnchor()
|
||||||
.openElement("button")
|
.openElement("button")
|
||||||
.setAttribute("title", "Remove hashtag")
|
.setAttribute("title", "Remove hashtag")
|
||||||
|
|||||||
Reference in New Issue
Block a user