Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Diego Ignacio Altamirano Torres
Moebius-Dev-INF322
Merge requests
!42
Small fixes 2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Javier Antonio Mendoza Carter
requested to merge
small-fixes-2
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Compare
master
master (base)
and
latest version
latest version
4530b706
1 commit,
4 years ago
1 file
+
1
−
1
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
lit-element-ts-tsc/src/Contact/contactForm.ts
+
1
−
1
Options
View file @ 4530b706
Edit in single-file editor
Open in Web IDE
Show full file
@@ -69,7 +69,7 @@ export class ContactForm extends LitElement {
<kor-button slot="footer" color="secondary" class="cancel" label="Cancelar" @click="
${
this
.
_close_modal
}
"></kor-button>
<kor-button slot="footer" color="secondary" class="accept" label="Aceptar" @click="
${
this
.
_send
}
"></kor-button>
</kor-modal>
<kor-modal id="success" icon="check_circle" label="
E
xito" sticky height="220px" width="300px">
<kor-modal id="success" icon="check_circle" label="
É
xito" sticky height="220px" width="300px">
<kor-text size="header-1">¡Tu mensaje ha sido enviado con éxito!</kor-text>
<kor-button slot="footer" color="secondary" class="accept" label="Aceptar" @click="
${
this
.
_close_modal
}
"></kor-button>
</kor-modal>
Menu
Explore
Projects
Groups
Topics
Snippets