mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
Панель управления v1.0.5
This commit is contained in:
parent
25983d2c27
commit
24a8e1038e
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
<footer class="main-footer">
|
||||
<div class="pull-right hidden-xs">
|
||||
<b>Version</b> 1.0.0
|
||||
<b>Version</b> 1.0.5
|
||||
</div>
|
||||
<strong>Этот сайт использует <a href="https://adminlte.io">AdminLTE</a> и <a href="https://boostrap.com">Boostrap</a>. © 2021 <a href="https://github.com/JonnyBro" target="_blank">Jonny_Bro</a>.</strong>
|
||||
</footer>
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<!-- Content Header (Page header) -->
|
||||
<section class="content-header">
|
||||
<h1> <%= translate("common:CONFIGURATION") %> <small> Dashboard v1.0 </small> </h1>
|
||||
<h1> <%= translate("common:CONFIGURATION") %> <small> Dashboard v1.0.5 </small> </h1>
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="/"><i class="fa fa-home"></i> <%= translate("dashboard:SELECTOR") %></a></li>
|
||||
<li class="active"><%= guild.name %></li>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<!-- Content Header (Page header) -->
|
||||
<section class="content-header">
|
||||
<h1> <%= translate("common:PROFILE") %> <small> Dashboard v1.0 </small> </h1>
|
||||
<h1> <%= translate("common:PROFILE") %> <small> Dashboard v1.0.5 </small> </h1>
|
||||
</section>
|
||||
|
||||
<!-- Main content -->
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<div class="content-wrapper">
|
||||
<!-- Content Header (Page header) -->
|
||||
<section class="content-header">
|
||||
<h1> <%= translate("dashboard:SELECTOR") %> <small> Dashboard v1.0 </small> </h1>
|
||||
<h1> <%= translate("dashboard:SELECTOR") %> <small> Dashboard v1.0.5 </small> </h1>
|
||||
<ol class="breadcrumb">
|
||||
<li class="active"><a href="/"><i class="fa fa-home"></i> <%= translate("dashboard:SELECTOR") %></a>
|
||||
</li>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<!-- Content Header (Page header) -->
|
||||
<section class="content-header">
|
||||
<h1> <%= translate("dashboard:STATS") %> <i> <%= bot.guilds.cache.get(guildID).name %> </i> <small> Dashboard v1.0 </small> </h1>
|
||||
<h1> <%= translate("dashboard:STATS") %> <i> <%= bot.guilds.cache.get(guildID).name %> </i> <small> Dashboard v1.0.5 </small> </h1>
|
||||
</section>
|
||||
|
||||
<!-- Main content -->
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<!-- Content Header (Page header) -->
|
||||
<section class="content-header">
|
||||
<h1> <%= user.username %> <small> Dashboard v1.0 </small> </h1>
|
||||
<h1> <%= user.username %> <small> Dashboard v1.0.5 </small> </h1>
|
||||
</section>
|
||||
|
||||
<section class="content">
|
||||
|
|
Loading…
Reference in a new issue