mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Various improvements (#325)
* Fix missing translation in roadmap * Fix resizing of textareas * Increase line height for small muted texts * Improve collapsed board list style * Fix switch on top of header (z-index) * Fix margin inconsistencies in site settings * Add user count to site settings
This commit is contained in:
committed by
GitHub
parent
f41f9dd082
commit
a11157295d
@@ -3,10 +3,10 @@
|
||||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Boards
|
||||
</a>
|
||||
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<ul class="dropdown-menu boards-dropdown" aria-labelledby="navbarDropdown">
|
||||
<% boards.each do |board| %>
|
||||
<li>
|
||||
<%= link_to board.name, board_path(board), class: 'dropdown-item py-2' %>
|
||||
<%= link_to board.name, board_path(board), class: 'dropdown-item' %>
|
||||
</li>
|
||||
<% end %>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user