Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67575e53e4 | |||
| 182a1b5078 | |||
| 4b9cd98266 |
@@ -11,7 +11,7 @@ server {
|
||||
server_name static.talentstube.com;
|
||||
|
||||
index index.html;
|
||||
root /home/www/www.talentstube.com/www/web/uploads/;
|
||||
root /home/www/website/www/web/uploads/;
|
||||
|
||||
access_log /home/www/website/log/access.log vhosts;
|
||||
error_log /home/www/website/log/error.log;
|
||||
@@ -28,7 +28,7 @@ server {
|
||||
|
||||
client_max_body_size 500M;
|
||||
|
||||
root /home/www/www.talentstube.com/www/web;
|
||||
root /home/www/website/www/web;
|
||||
|
||||
access_log /home/www/website/log/access.log vhosts;
|
||||
error_log /home/www/website/log/error.log;
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<a href="{{ path('company_show',{'alias': ad.company.alias }) }}" title="{{ ad.company.brandName }}" class="btn btn-default btn-small-grey">
|
||||
Découvir l'employeur
|
||||
Découvrir l'employeur
|
||||
</a>
|
||||
<p class="profil-name">
|
||||
<a href="{{ path('company_show',{'alias': company.alias }) }}" title="{{ company.brandName }}">
|
||||
|
||||
@@ -87,8 +87,8 @@ class StatsManager
|
||||
$lineDatesLabel[] = $stringDate;
|
||||
}
|
||||
}
|
||||
$arrByAd[$ad->getId()]['count'] ++;
|
||||
}
|
||||
$arrByAd[$ad->getId()]['count'] = $nbVisitTalentByAd + $nbVisitCompanyByAd + $nbVisitAnonymByAd;
|
||||
$arrByAd[$ad->getId()]['object'] = $ad;
|
||||
}
|
||||
}
|
||||
@@ -228,9 +228,9 @@ class StatsManager
|
||||
$lineDatesLabel[] = $stringDate;
|
||||
}
|
||||
}
|
||||
$arrByAd[$ad->getId()]['count'] ++;
|
||||
}
|
||||
}
|
||||
$arrByAd[$ad->getId()]['count'] = $nbVisitTalentByAd + $nbVisitCompanyByAd + $nbVisitAnonymByAd;
|
||||
$arrByAd[$ad->getId()]['object'] = $ad;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user