1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +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:
Bob Trahan 2014-08-20 13:17:14 -07:00
parent a46d1f1cd8
commit 20d6c7a048

View file

@ -92,7 +92,6 @@ class PhabricatorApplicationTransactionCommentView extends AphrontView {
'a',
array(
'class' => 'login-to-comment button',
'sigil' => 'workflow',
'href' => $uri
),
pht('Login to Comment')));