mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Apply single quote convention in Ruby code
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<%= render "layouts/header" %>
|
||||
<%= render "layouts/alerts" %>
|
||||
<%= render 'layouts/header' %>
|
||||
<%= render 'layouts/alerts' %>
|
||||
|
||||
<div class="container">
|
||||
<%= yield %>
|
||||
|
||||
Reference in New Issue
Block a user