Skip to content

Commit

Permalink
adding robots no-index meta value on boleto html rendering
Browse files Browse the repository at this point in the history
adding robots no-index meta value on boleto html rendering(fixing typo)

adding test to robots meta

changing order of meta parameters
  • Loading branch information
vhaberkorn committed May 23, 2018
1 parent f2d06cf commit 94f721a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Visualização de boleto</title>
<meta name="robots" content="noindex">
<meta name="format-detection" content="telephone=no"/>
<style media="screen, print" type="text/css">
body
Expand Down
1 change: 1 addition & 0 deletions test/e2e/boleto-output.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = (bankLogo, bankNumber, linhaDigitavel, barcode, bmpBarcode) =>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Visualização de boleto</title>
<meta name="robots" content="noindex">
<meta name="format-detection" content="telephone=no"/>
<style media="screen, print" type="text/css">
body
Expand Down

0 comments on commit 94f721a

Please sign in to comment.