You are here

smartling-dashboard-link.html.twig in TMGMT Translator Smartling 8.3

{% if proj_id %}
  <a href="https://dashboard.smartling.com/projects/{{ proj_id }}/files/files.htm#file/{{ file_name }}" target="_blank" title="Open {{ file_name }} in Smartling"> Dashboard </a>
{% endif %}

File

templates/smartling-dashboard-link.html.twig
View source
  1. {% if proj_id %}
  2. <a href="https://dashboard.smartling.com/projects/{{ proj_id }}/files/files.htm#file/{{ file_name }}" target="_blank" title="Open {{ file_name }} in Smartling"> Dashboard </a>
  3. {% endif %}