Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
a685eb6f
Commit
a685eb6f
authored
6 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Plain Diff
Merge branch '729-fehlende-quellen-bei-quicktips' into 'development'
Resolve "Fehlende Quellen bei Quicktips" Closes
#729
See merge request
!1215
parents
c1ad259b
df4cf9fb
No related branches found
No related tags found
2 merge requests
!1262
WIP: Resolve "Spendenseite Texte anpassen"
,
!1215
Resolve "Fehlende Quellen bei Quicktips"
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/parts/quicktip.blade.php
+20
-8
20 additions, 8 deletions
resources/views/parts/quicktip.blade.php
with
20 additions
and
8 deletions
resources/views/parts/quicktip.blade.php
+
20
−
8
View file @
a685eb6f
...
@@ -40,15 +40,27 @@
...
@@ -40,15 +40,27 @@
</
details
>
</
details
>
@
else
@
else
<
div
class
=
"quicktip-summary"
>
<
div
class
=
"quicktip-summary"
>
@
if
(
$quicktip
->
title
!=
""
)
<
div
class
=
"quicktip-headline"
>
<
h1
>
@
if
(
$quicktip
->
title
!=
""
)
@
if
(
$quicktip
->
link
!=
""
)
<
h1
class
=
"quicktip-title"
>
<
a
href
=
"{{
$quicktip->link
}}"
>
{{
$quicktip
->
title
}}
</
a
>
@
if
(
$quicktip
->
link
!=
""
)
@
else
<
a
href
=
"{{
$quicktip->link
}}"
>
{{
$quicktip
->
title
}}
</
a
>
{{
$quicktip
->
title
}}
@
else
{{
$quicktip
->
title
}}
@
endif
</
h1
>
<
div
class
=
"space-taker"
></
div
>
@
if
(
$quicktip
->
gefVonLink
!=
""
)
<
a
class
=
"quicktip-hoster"
href
=
"{{
$quicktip->gefVonLink
}}"
target
=
"_blank"
rel
=
"noopener"
>
@
if
(
$quicktip
->
gefVonTitle
!=
""
)
{{
$quicktip
->
gefVonTitle
}}
@
else
{{
$quicktip
->
gefVonTitle
}}
@
endif
</
a
>
@
endif
@
endif
</
h1
>
@
endif
@
endif
</
div
>
<
p
>
{
!!
$quicktip
->
descr
!!
}
</
p
>
<
p
>
{
!!
$quicktip
->
descr
!!
}
</
p
>
</
div
>
</
div
>
@
endif
@
endif
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment