Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nofollow to remote source #2364

Merged
merged 3 commits into from Dec 17, 2019

Conversation

abulte
Copy link
Contributor

@abulte abulte commented Dec 17, 2019

No description provided.

@@ -250,7 +250,7 @@ <h3>{{ _('Informations') }}</h3>
{% set source = dataset.extras['remote_url'] %}
{% if source %}
<li>
<a href v-tooltip title="{{ _('Remote source') }}"><span class="fa fa-fw fa-external-link "></span></a>
<a rel="nofollow" href v-tooltip title="{{ _('Remote source') }}"><span class="fa fa-fw fa-external-link "></span></a>
<a href="{{ source }}">{{ _('Remote source') }}</a>
Copy link
Contributor

@taniki taniki Dec 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more likely this tag (:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

@abulte abulte requested a review from a team December 17, 2019 10:38
@abulte abulte merged commit bb49cf9 into opendatateam:master Dec 17, 2019
@abulte abulte deleted the nofollow-remote-source branch December 17, 2019 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants