Reduce number of font size
This commit is contained in:
@@ -66,7 +66,10 @@ class SubtaskHelper extends Base
|
||||
|
||||
$html = $this->helper->form->label(t('Assignee'), 'user_id');
|
||||
$html .= $this->helper->form->select('user_id', $users, $values, $errors, $attributes);
|
||||
$html .= ' <a href="#" class="assign-me" data-target-id="form-user_id" data-current-id="'.$this->userSession->getId().'" title="'.t('Assign to me').'">'.t('Me').'</a>';
|
||||
$html .= ' ';
|
||||
$html .= '<small>';
|
||||
$html .= '<a href="#" class="assign-me" data-target-id="form-user_id" data-current-id="'.$this->userSession->getId().'" title="'.t('Assign to me').'">'.t('Me').'</a>';
|
||||
$html .= '</small>';
|
||||
|
||||
return $html;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user