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'/>
|
||||
</tr>
|
||||
<tr ui:field='hashtagTableRow'>
|
||||
<th><ui:msg>Hashtags</ui:msg></th>
|
||||
<td>
|
||||
<td colspan='2'>
|
||||
<c:Hashtags ui:field='hashtags'/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -60,7 +60,7 @@ limitations under the License.
|
||||
addStyleNames='{style.openAdd}'
|
||||
visible='false'>
|
||||
<ui:attribute name='title'/>
|
||||
<div><ui:msg>Add...</ui:msg></div>
|
||||
<div><ui:msg>Add #...</ui:msg></div>
|
||||
</g:Button>
|
||||
</div>
|
||||
<div ui:field='form' style='display: none' aria-hidden='true'>
|
||||
|
||||
Reference in New Issue
Block a user