Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
005a9bf2
Commit
005a9bf2
authored
Sep 08, 2016
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '214-bildnamen-andern' into 'development'
Dateiname geändert Closes
#214
See merge request
!341
parents
39cc0563
9c53a117
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
public/img/danke.png
public/img/danke.png
+0
-0
resources/views/layouts/staticPages.blade.php
resources/views/layouts/staticPages.blade.php
+1
-1
resources/views/quicktip.blade.php
resources/views/quicktip.blade.php
+1
-1
No files found.
public/img/
aufruf
.png
→
public/img/
danke
.png
View file @
005a9bf2
File moved
resources/views/layouts/staticPages.blade.php
View file @
005a9bf2
...
...
@@ -100,7 +100,7 @@
@if( App::isLocale('de') )
<div
class=
"mg-panel container noprint"
id=
"spendenaufruf"
style=
"margin-bottom:-6%;max-height:50px;text-align:center;padding:0px;margin-top:0px"
>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
spendenaufruf
")
}}"
>
<img
src=
"/img/
aufruf
.png"
style=
"max-width:100%;max-height:50px;"
alt=
"Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche"
>
<img
src=
"/img/
danke
.png"
style=
"max-width:100%;max-height:50px;"
alt=
"Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche"
>
</a>
</div>
@endif
...
...
resources/views/quicktip.blade.php
View file @
005a9bf2
...
...
@@ -7,7 +7,7 @@
<body>
<div
class=
"mg-panel container"
style=
"margin-bottom:20px;max-height:90px;text-align:left; max-width:100%; padding:0px;margin-top:0px"
>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
spendenaufruf
")
}}"
target=
"_blank"
>
<img
src=
"/img/
aufruf
.png"
style=
"max-width:100%;max-height:90px;"
alt=
"Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche"
>
<img
src=
"/img/
danke
.png"
style=
"max-width:100%;max-height:90px;"
alt=
"Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche"
>
</a>
</div>
@if( $spruch !== "" )
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment