Remove "Hashtags" header in change screen
With all #hashtags prefixed with "#", it feels wasteful to use a <td>-column to explain that the #hashtags are actually #hashtags. It is now obvious enough. Fix: Remove the table header for Hashtags and rename the Add-button. Change-Id: I149ded73d5dd3239c46d1320fb3a94b7b38a6e1b
This commit is contained in:
@@ -459,8 +459,7 @@ limitations under the License.
|
|||||||
<td ui:field='actionDate'/>
|
<td ui:field='actionDate'/>
|
||||||
</tr>
|
</tr>
|
||||||
<tr ui:field='hashtagTableRow'>
|
<tr ui:field='hashtagTableRow'>
|
||||||
<th><ui:msg>Hashtags</ui:msg></th>
|
<td colspan='2'>
|
||||||
<td>
|
|
||||||
<c:Hashtags ui:field='hashtags'/>
|
<c:Hashtags ui:field='hashtags'/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ limitations under the License.
|
|||||||
addStyleNames='{style.openAdd}'
|
addStyleNames='{style.openAdd}'
|
||||||
visible='false'>
|
visible='false'>
|
||||||
<ui:attribute name='title'/>
|
<ui:attribute name='title'/>
|
||||||
<div><ui:msg>Add...</ui:msg></div>
|
<div><ui:msg>Add #...</ui:msg></div>
|
||||||
</g:Button>
|
</g:Button>
|
||||||
</div>
|
</div>
|
||||||
<div ui:field='form' style='display: none' aria-hidden='true'>
|
<div ui:field='form' style='display: none' aria-hidden='true'>
|
||||||
|
|||||||
Reference in New Issue
Block a user