Skip to content

Commit

Permalink
Änderungen im Impressum und Footer/Header
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Hering committed Feb 13, 2017
1 parent 78785e7 commit 540711f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions resources/views/_pages/impressum.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<p>Angaben gemäß § 5 TMG</p>
<p>
Marcel Hering <br>
Frankenstraße 10<br>
52388 Nörvenich <br>
Marienstraße 8<br>
52372 Kreuzau <br>
</p>
<p>
<strong>Vertreten durch: </strong>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/_partials/footer.blade.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<footer>
<ul>
<li>
<a href="/">{{ config('app.name') }}</a> {{ config('app.version') }} &copy; 2016-{{ date('Y', time()) }} <a href="{{ url('/users', 1) }}">ryg</a>
<a href="/">{{ config('app.name') }}</a> {{ config('app.version') }} &copy; 2016-{{ date('Y', time()) }} by rmarchiv.de Team
</li>
<li>
feedback und bugs an <a href="mailto:webmaster@rmarchiv.de">webmaster@rmarchiv.de</a>
</li>
<li>
<a href="{{ url('/impressum') }}">Impressum</a>
<a href="{{ url('/impressum') }}">impressum</a>
</li>
</ul>
</footer>
2 changes: 1 addition & 1 deletion resources/views/_partials/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<h1>{{ trans('app.title') }}</h1>
<div id='logo'>
<a href="/"><img height="100px" src="{{ asset($logo->filename) }}" alt="Logo: {{ $logo->title }}"/></a>
<p>logo '{{ $logo->title }}' by <a href='{{ url('users', $logo->id) }}' class='user'>{{ $logo->name }}</a> :: {{ config('app.name') }} is brought to you by <a href="{{ url('users', 1) }}">ryg</a></p>
<p>logo '{{ $logo->title }}' by <a href='{{ url('users', $logo->id) }}' class='user'>{{ $logo->name }}</a> :: {{ config('app.name') }} is brought to you with love.</p>
</div>
</header>
2 changes: 1 addition & 1 deletion resources/views/statistics/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<td style="background-color: #2b542c">summe</td>
<td style="background-color: #2b542c">{{ number_format($files['sum']['count'], 0, ',', '.') }}</td>
<td style="background-color: #2b542c">{{ \App\Helpers\MiscHelper::getReadableBytes($files['sum']['size']) }}</td>
<td style="background-color: #2b542c">{{ \App\Helpers\MiscHelper::getReadableBytes($files['logos']['size'] / $files['logos']['count']) }}</td>
<td style="background-color: #2b542c">{{ \App\Helpers\MiscHelper::getReadableBytes($files['sum']['size'] / $files['sum']['count']) }}</td>
</tr>
</table>

Expand Down

0 comments on commit 540711f

Please sign in to comment.