Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Historiana
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Paul Jongsma
Historiana
Commits
939d4184
Unverified
Commit
939d4184
authored
Oct 20, 2020
by
Paul Jongsma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
implement hcard class on all image variants
parent
8fdd9afd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/tags/Card.vue
src/tags/Card.vue
+3
-1
No files found.
src/tags/Card.vue
View file @
939d4184
...
...
@@ -217,6 +217,7 @@
v-if=
"partner.icon && partner.icon.url !== null"
:src=
"partner.icon.url"
/>
<img
:src=
"partner.icon"
/>
</q-avatar>
</q-card-section>
...
...
@@ -224,13 +225,14 @@
<!-- IMAGE -->
<img
v-if=
"image && image.path"
class=
"img"
class=
"img
hcard
"
:src=
"'/ua/' + image.path"
/>
<!-- imageUrl and thumb should migrate to thumb which is a real thumb not a dumb -->
<img
v-if=
"imageUrl && !thumb"
class=
"hcard"
:class=
"type === 'Partner' ? 'logo' : 'img'"
:src=
"imageUrl"
/>
...
...
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