Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-client
Commits
f93365c5
Commit
f93365c5
authored
Sep 26, 2019
by
Tifenn Guillas
Browse files
Fix sonarqube Images tags and buttons should have an alt attribute
parent
f7e9c3e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/app/core/components/anis-nav.component.html
View file @
f93365c5
<nav
class=
"navbar navbar-light bg-light navbar-expand-md fixed-top border-bottom"
>
<!-- Logo -->
<a
href=
"/"
class=
"navbar-brand"
>
<img
src=
"../assets/cesam_anis80.png"
/>
<img
src=
"../assets/cesam_anis80.png"
alt=
"CeSAM logo"
/>
</a>
<!-- Right Navigation -->
...
...
src/app/search/components/result/renderer/img.component.html
View file @
f93365c5
<img
[src]=
"src"
>
\ No newline at end of file
<img
[src]=
"src"
[alt]=
"src"
>
\ No newline at end of file
src/app/search/components/result/renderer/thumbnail.component.html
View file @
f93365c5
<button
class=
"btn btn-link"
(click)=
"openModal(modal)"
>
<img
[src]=
"src"
class=
"img-fluid"
>
<img
[src]=
"src"
[alt]=
"src"
class=
"img-fluid"
>
</button>
<ng-template
#modal
>
...
...
@@ -10,6 +10,6 @@
</button>
</div>
<div
class=
"modal-body text-center"
>
<img
[src]=
"src"
class=
"img-fluid"
>
<img
[src]=
"src"
[alt]=
"src"
class=
"img-fluid"
>
</div>
</ng-template>
\ No newline at end of file
Write
Preview
Supports
Markdown
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