forked from MarseyWorld/MarseyWorld
fdsdfs
parent
47d44578a7
commit
bb8e0be3ae
|
@ -162,7 +162,7 @@
|
|||
<a class="nav-link" href="{{v.url}}"><i class="fas fa-user-circle fa-fw mr-3"></i>@{{v.username}}</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/notifications{% if v.notifications_count and not v.not_post_notifications_count %}?posts=true{% endif %}">
|
||||
<a class="nav-link position-relative" href="/notifications{% if v.notifications_count and not v.not_post_notifications_count %}?posts=true{% endif %}">
|
||||
<i class="fas fa-envelope fa-fw mr-3"></i>Inbox
|
||||
{% if v.notifications_count %}
|
||||
<i class="fas fa-circle text-danger position-absolute" style="left: 19px; top: 5px; font-size: 10px;{% if not v.not_post_notifications_count %}color:blue!important{% endif %}"></i>
|
||||
|
|
|
@ -15,7 +15,7 @@ Installing Drama locally is the fastest way to get the software up and running a
|
|||
2- Download Drama into your machine by running this command.
|
||||
|
||||
```
|
||||
git clone https://github.com/Aevann11/Drama/
|
||||
git clone https://github.com/Aevann1/Drama/
|
||||
```
|
||||
|
||||
3- Press shift+right click inside the Drama code folder and run PowerShell. Then in PowerShell, run the following command:
|
||||
|
@ -35,7 +35,7 @@ docker-compose up
|
|||
1- Download Drama into your machine by running this command.
|
||||
|
||||
```
|
||||
git clone https://github.com/Aevann11/Drama/ /drama
|
||||
git clone https://github.com/Aevann1/Drama/ /drama
|
||||
```
|
||||
|
||||
2- Navigate to `/drama`
|
||||
|
|
Loading…
Reference in New Issue