fixed profile link

This commit is contained in:
vedatakd 2020-01-31 17:20:40 +03:00
parent 5ce12029ce
commit d6607ab901
3 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,7 @@ $(document).ready(function () {
var btn = '<button type="submit" class="btn-1">'+response['nextBtn']+'</button>'
if(response['link'] != "")
{
btn = "<a class='btn btn-primary' href='"+response['link']+"' role='button'>"+response['nextBtn']+"</a>";
btn = "<a class='btn btn-primary' href='/profile' role='button'>"+response['nextBtn']+"</a>";
}
$('.cat-item-3').html(
'<div class="section next-stap post-option p-2">' +

View File

@ -13,7 +13,6 @@ return [
'msg' => "You have reached your free ad limit.",
'nextBtn' => "Show Ads",
'cancelBtn' => "or Cancel",
'link' => "/profile",
],
'create_ad_with_post_cat' => [
'title' => "Post an Ad in just 30 seconds",

View File

@ -13,7 +13,6 @@ return [
'msg' => "Size verilen ücretsiz ilan limitine ulaştınız.",
'nextBtn' => "İlanlarım",
'cancelBtn' => "ve ya İptal",
'link' => "/profil",
],
'create_ad_with_post_cat' => [
'title' => "Sadece 30 saniyede İlan ver",