Replace remaining "follow" route instances to "contact/follow"
This commit is contained in:
parent
d05ee962f9
commit
2c7a60eb0e
|
@ -128,7 +128,7 @@ class Introductions extends BaseNotifications
|
|||
'$zrl' => $Introduction->getZrl(),
|
||||
'$lbl_url' => $this->t('Profile URL'),
|
||||
'$addr' => $Introduction->getAddr(),
|
||||
'$action' => 'follow',
|
||||
'$action' => 'contact/follow',
|
||||
'$approve' => $this->t('Approve'),
|
||||
'$note' => $Introduction->getNote(),
|
||||
'$ignore' => $this->t('Ignore'),
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div id="follow-sidebar" class="widget">
|
||||
<h3>{{$connect}}</h3>
|
||||
<div id="connect-desc">{{$desc nofilter}}</div>
|
||||
<form action="follow" method="get">
|
||||
<form action="contact/follow" method="get">
|
||||
<input id="side-follow-url" type="text" name="url" value="{{$value}}" size="24" placeholder="{{$hint}}" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div id="follow-sidebar" class="widget">
|
||||
<h3>{{$connect}}</h3>
|
||||
|
||||
<form action="follow" method="get">
|
||||
<form action="contact/follow" method="get">
|
||||
{{* The input field - For visual consistence we are using a search input field*}}
|
||||
<div class="form-group form-group-search">
|
||||
<input id="side-follow-url" class="search-input form-control form-search" type="text" name="url" value="{{$value}}" placeholder="{{$hint}}" data-toggle="tooltip" title="{{$hint}}" />
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div id="follow-sidebar" class="widget">
|
||||
<h3>{{$connect}}</h3>
|
||||
<div id="connect-desc">{{$desc nofilter}}</div>
|
||||
<form action="follow" method="post">
|
||||
<form action="contact/follow" method="post">
|
||||
<input id="side-follow-url" type="text-sidebar" name="url" size="24" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user