Skip to content

Commit

Permalink
Merge pull request #182 from EOSC-synergy/dev-gmolto
Browse files Browse the repository at this point in the history
Minor errata fix and removed exclamation marks
  • Loading branch information
dianamariand92 authored May 25, 2022
2 parents 408c65f + 7d698f5 commit 76c9934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/FullAssessment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<template class="card-body">
<div class="text-center col-12 col-sm-12 col-xl-8 col-lg-10 mx-auto" style="justify-content: center;margin-top:20px;">
<h2 style="color: #76BAC6; font-weight: bold;">Take credit for the quality achievements of your code!</h2>
<h2 style="color: #76BAC6; font-weight: bold;">Take credit for the quality achievements of your code</h2>
<h4>Fill in the form below to trigger the assessment process</h4>
<div class="text-left row">
<div class="col-12 col-md-8">
Expand Down
4 changes: 2 additions & 2 deletions src/pages/PipelineName.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
BACK
</button>
<div class="text-center" style="margin-bottom: 40px;">
<h2 style="color: #76BAC6; font-weight: bold;">SQAaaS let's you create customized CI/CD pipelines!</h2>
<h2 style="color: #76BAC6; font-weight: bold;">SQAaaS lets you create customized CI/CD pipelines</h2>
<h4>Choose a name for the pipeline and start the composition</h4>
<div style="padding-bottom:40px">
<div class="col-12 col-md-6 mx-auto mb-3">
<div>
<input type="text" class="form-control" placeholder="Name of the pipeline. Exmaple: worsica." aria-label="Name of the pipeline. Exmaple: worsica." aria-describedby="basic-addon2" v-model="pipelineName">
<input type="text" class="form-control" placeholder="Name of the pipeline. Example: worsica." aria-label="Name of the pipeline. Example: worsica." aria-describedby="basic-addon2" v-model="pipelineName">
<button class="btn btn-next btn-next-back" :disabled='disabled_next' style="border-width:1px; border-color:#000;color:#3472F7;margin-top:10px;" type="button" @click="next()">Create pipeline</button>
</div>
<label v-show="showErrorPipeline" style="color:red; font-size:12px;" >Error: Invalid character.</label>
Expand Down

0 comments on commit 76c9934

Please sign in to comment.