Skip to content
Snippets Groups Projects
Commit 647b6b29 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

better comment form

parent 980adbeb
Branches
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ if(isset($_GET['recetteId']) && !empty($_GET['recetteId'])){
<div class="row">
<div class="col-12">
<div class="section-heading text-left">
<h3>Leave a comment</h3>
<h3>Envoyer un commentaire</h3>
</div>
</div>
</div>
......@@ -130,7 +130,7 @@ if(isset($_GET['recetteId']) && !empty($_GET['recetteId'])){
<textarea name="message" class="form-control" id="message" cols="30" rows="10" placeholder="Message"></textarea>
</div>
<div class="col-12">
<button class="btn delicious-btn mt-30" type="submit">Post Comments</button>
<button class="btn btn-orange mt-3" type="submit">Post Comments</button>
</div>
</div>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment