Add hint about Markdown

This commit is contained in:
ricola 2025-12-04 17:25:20 -06:00
parent 243d27781d
commit 55a5801da4
6 changed files with 88 additions and 69 deletions

View file

@ -16,6 +16,7 @@
<div class="mb-3">
<label for="description" class="form-label"><%= _("Description") %></label>
<textarea type="text" name="description" class="form-control"><%= params[:description] %></textarea>
<small class="form-text text-muted"><%= _("You can use <a href=\"https://www.markdownguide.org/basic-syntax/\">Markdown</a>.") %></small>
</div>
<button type="submit" class="btn btn-primary"><%= _("Create new vote") %></button>
</form>