Skip to content
Snippets Groups Projects
Commit 94daf078 authored by Will Daly's avatar Will Daly
Browse files

Merge pull request #7073 from edx/will/linkedin-margin-fix

Fix right margin of LinkedIn add-to-profile button
parents 000cfa78 1d985b91
No related merge requests found
......@@ -78,7 +78,7 @@ else:
% if cert_status['show_download_url'] and cert_status['linked_in_url']:
<ul class="actions actions-secondary">
<li class="action action-share">
<a class="action action-linkedin-profile" target="_blank" href="${cert_status['linked_in_url']}"
<a class="action-linkedin-profile" target="_blank" href="${cert_status['linked_in_url']}"
title="${_('Add Certificate to LinkedIn Profile')}"
data-course-id="${unicode(course.id)}"
data-certificate-mode="${cert_status['mode']}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment