Apply single quote convention in Ruby code

This commit is contained in:
riggraz
2019-08-24 20:04:53 +02:00
parent 0f74fc2b88
commit 87c205ca60
17 changed files with 60 additions and 56 deletions

View File

@@ -10,8 +10,8 @@
</head>
<body>
<%= render "layouts/header" %>
<%= render "layouts/alerts" %>
<%= render 'layouts/header' %>
<%= render 'layouts/alerts' %>
<div class="container">
<%= yield %>