mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Apply single quote convention in Ruby code
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<% boards.each do |board| %>
|
||||
<li class="nav-item<%= board.id == @board.id ? ' active' : '' unless @board.nil? %>">
|
||||
<%= link_to board.name, board_path(board), class: "nav-link" %>
|
||||
<%= link_to board.name, board_path(board), class: 'nav-link' %>
|
||||
</li>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user