summaryrefslogtreecommitdiff
path: root/spec/helpers/external_link_helper_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
|
* Allow for the passing of options to external_link66067-pages-domain-doesnt-set-target-blankjakeburden2019-09-031-0/+5
|
* Create and use external_link helperjakeburden2019-09-031-0/+12
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