Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 882e98b

Browse files
author
Kirill Nesmeyanov
committed
Improve version
1 parent 344f36e commit 882e98b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

resources/views/partials/footer.blade.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,10 @@
1515
</section>
1616
<aside class="container footer-bottom">
1717
<address>Русскоязычное Сообщество Laravel Framework &copy; {{ date('Y') }}</address>
18+
<span style="padding: 0 20px">&middot;</span>
19+
<a href="https://github.com/LaravelRUS/laravel.su/tags">{{ config('app.version', 'dev') }}</a>
1820

1921
<nav class="footer-bottom-menu">
20-
<span style="
21-
padding: 0 10px;
22-
font-size: 11px;
23-
border-radius: 2px;
24-
background: rgba(255, 255, 255, .05);
25-
">{{ config('app.version', 'dev') }}</span>
2622
@foreach(config('menu.footer.menu') as $uri => $title)
2723
<a href="{{ $uri }}" target="_blank" rel="nofollow">@lang($title)</a>
2824
@unless($loop->last)

0 commit comments

Comments
 (0)