mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
Login to Comment - kill intermediary dialogue
Summary: its not necessary. Fixes T5906 Test Plan: clicked "Login to Comment" and went straight to the login form, sans intermediary dialogue Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T5906 Differential Revision: https://secure.phabricator.com/D10295
This commit is contained in:
parent
a46d1f1cd8
commit
20d6c7a048
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ class PhabricatorApplicationTransactionCommentView extends AphrontView {
|
||||||
'a',
|
'a',
|
||||||
array(
|
array(
|
||||||
'class' => 'login-to-comment button',
|
'class' => 'login-to-comment button',
|
||||||
'sigil' => 'workflow',
|
|
||||||
'href' => $uri
|
'href' => $uri
|
||||||
),
|
),
|
||||||
pht('Login to Comment')));
|
pht('Login to Comment')));
|
||||||
|
|
Loading…
Reference in a new issue