mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
RaAdded colon
This commit is contained in:
@@ -507,7 +507,7 @@
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#"><i class="fas fa-map-marker-alt"></i> | <i class="fas fa-book"></i></a>
|
||||
<ul class="dropdown-menu dropdown-menu-right header-dropdown">
|
||||
<li><a class="dropdown-item disabled"><?= __("Select a Location"); ?></a></li>
|
||||
<li><a class="dropdown-item disabled"><?= __("Select a Location"); ?>:</a></li>
|
||||
<?php
|
||||
// let's get all stations for the logged in user
|
||||
$all_user_locations = $this->stations->all_of_user($this->session->userdata('user_id'));
|
||||
|
||||
Reference in New Issue
Block a user