Skip to content

Commit

Permalink
Remove turbolinks from stylesheet_link and added space after alt imag…
Browse files Browse the repository at this point in the history
…e attribute.
  • Loading branch information
agileontheweb committed Jan 3, 2018
1 parent eb52550 commit a6246df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/mailer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<title>Titúlo</title>
<meta name="descripcion" content="Descripción">
<meta charset="UTF-8">
<%= stylesheet_link_tag 'email', media: 'all', 'data-turbolinks-track' => true %>
<%= stylesheet_link_tag 'email', media: 'all' %>
</head>
<body class="body">
<div class="top-bar">
<%= image_tag 'logo-email.jpg', alt:'¡Madrid'%>
<%= image_tag 'logo-email.jpg', alt:'¡Madrid' %>
</div>
<div class="content">
<%= yield %>
Expand Down

0 comments on commit a6246df

Please sign in to comment.