Improve button position
This commit is contained in:
parent
847a480713
commit
3fced3d550
1 changed files with 12 additions and 12 deletions
|
@ -147,18 +147,18 @@
|
|||
${i18n().map_of_science_capitalized}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</#if>
|
||||
|
||||
<#if isInvestigator>
|
||||
<#assign coInvestigatorVisUrl = individual.coInvestigatorVisUrl()>
|
||||
<#assign coInvestigatorIcon = "${urls.images}/visualization/coauthorship/co_investigator_icon.png">
|
||||
<#if isInvestigator>
|
||||
<#assign coInvestigatorVisUrl = individual.coInvestigatorVisUrl()>
|
||||
<#assign coInvestigatorIcon = "${urls.images}/visualization/coauthorship/co_investigator_icon.png">
|
||||
|
||||
<div id="coinvestigator_link_container" class="collaboratorship-link-container">
|
||||
<a href="${coInvestigatorVisUrl}" title="${i18n().co_investigator_network}" class="btn btn-info" role="button">
|
||||
<img src="${coInvestigatorIcon}" alt="${i18n().co_investigator_network}" width="25px" height="25px" />
|
||||
${i18n().co_investigator_network_capitalized}
|
||||
</a>
|
||||
<div id="coinvestigator_link_container" class="collaboratorship-link-container">
|
||||
<a href="${coInvestigatorVisUrl}" title="${i18n().co_investigator_network}" class="btn btn-info" role="button">
|
||||
<img src="${coInvestigatorIcon}" alt="${i18n().co_investigator_network}" width="25px" height="25px" />
|
||||
${i18n().co_investigator_network_capitalized}
|
||||
</a>
|
||||
</div>
|
||||
</#if>
|
||||
</div>
|
||||
</#if>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue