Skip to content
Extraits de code Groupes Projets
Valider 16abc768 rédigé par Guillaume Schurck's avatar Guillaume Schurck
Parcourir les fichiers

improve results

parent 23e4538b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -4,6 +4,9 @@
<main>
<h1>Software Merger</h1>
<p>Find alternatives that have similar features between two softwares.</p>
<br />
<br />
<SoftwareMerger />
</main>
......
......@@ -67,6 +67,13 @@
{#if result}
<div style="text-align: left;">
<h2>Results</h2>
{#if result.length > 0}
<p>
Features are more similar to {software1.label} at the start,<br />and
gradually more to {software2.label}.<br />Alternatives found :
</p>
{/if}
<p>From {software1.label}</p>
<ul>
{#each result as software}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter