pre-fill tag page form with the tag #4234

This commit is contained in:
taro-k 2014-10-09 12:30:11 +09:00 committed by Steffen van Bergerem
parent b275b2edbc
commit b01026f9b8
2 changed files with 4 additions and 1 deletions

View file

@ -56,6 +56,9 @@ app.views.Publisher = Backbone.View.extend({
if( this.el_hiddenInput.val() == "" ) {
this.el_hiddenInput.val( this.el_input.val() );
}
if( this.el_input.val() == "" ) {
this.el_input.val( this.el_hiddenInput.val() );
}
// hide close and preview buttons, in case publisher is standalone
// (e.g. bookmarklet, mentions popup)

View file

@ -1240,7 +1240,7 @@ en:
tags:
title: "Posts tagged: %{tags}"
contacts_title: "People who dig this tag"
tag_prefill_text: "The thing about %{tag_name} is... "
tag_prefill_text: "%{tag_name} "
public:
title: "Public Activity"