Commit Graph

4 Commits

Author SHA1 Message Date
GitLab Bot e94d662e5a Add latest changes from gitlab-org/gitlab@master 2020-10-16 06:08:48 +00:00
GitLab Bot d6348d22dd Add latest changes from gitlab-org/gitlab@master 2020-06-24 09:08:32 +00:00
jakeburden e6090e713b Allow for the passing of options to external_link 2019-09-03 18:06:44 -04:00
jakeburden 90dc19e9f0 Create and use external_link helper
Creates a helper method that takes body text and a url.

The output is a external link with icon.

It contains the noopenner noreferrer attributes for security.

Usage: external_link(domain.title, domain.url)

Add rspec test for ExternalLinkHelper

Add changelog for MR 32130
2019-09-03 16:40:38 -04:00