Commit a1138bd6 by Giulio Gratta

make help center link a visible button

parent fc16ee9a
...@@ -48,18 +48,19 @@ ...@@ -48,18 +48,19 @@
</p> </p>
% endif % endif
<p>${_('Have <strong>general questions about {platform_name}</strong>? You can find lots of helpful information in the {platform_name} {link_start}Help Center{link_end}.').format( <p>${_('Have <strong>general questions about {platform_name}</strong>? You can find lots of helpful information in the {platform_name} Help Center.').format(platform_name=platform_name)}</p>
link_start='<a href="{url}" target="_blank">'.format(
url='https://stanfordonline.zendesk.com/hc/en-us' <div class="help-buttons">
), <a id="help-center-button" href="{url}" target="_blank">
link_end='</a>', ${_('Access the Help Center')}
platform_name=platform_name)} </a>
</p> </div>
<hr>
<p>${_('Have a <strong>question about something specific</strong>? You can contact the {platform_name} general support team directly:').format( <p>${_("Can't find an answer to your question? You can contact the {platform_name} general support team directly:").format(
platform_name=platform_name platform_name=platform_name
)}</p> )}</p>
<hr>
<div class="help-buttons"> <div class="help-buttons">
<a href="#" id="feedback_link_problem">${_('Report a problem')}</a> <a href="#" id="feedback_link_problem">${_('Report a problem')}</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment