Skip to content

Commit

Permalink
Merge pull request #2236 from rhamilto/issue-2232
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Oct 9, 2017
2 parents 2ef8242 + 18051a6 commit 866d582
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"angular-moment": "1.0.0",
"angular-utf8-base64": "0.0.5",
"file-saver": "1.3.3",
"origin-web-common": "0.0.64",
"origin-web-common": "0.0.65",
"origin-web-catalog": "0.0.53"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -75281,7 +75281,7 @@ return !0;
},
linkify: function(e, t, n) {
return e ? (n || (e = _.escape(e)), e.replace(/https?:\/\/[A-Za-z0-9._%+-]+\S*[^\s.;,(){}<>"\u201d\u2019]/gm, function(e) {
return t ? '<a href="' + e + '" target="' + t + '">' + e + "</a>" : '<a href="' + e + '">' + e + "</a>";
return t ? '<a href="' + e + '" target="' + t + '">' + e + ' <i class="fa fa-external-link" aria-hidden="true"></i></a>' : '<a href="' + e + '">' + e + "</a>";
})) : e;
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 866d582

Please sign in to comment.