Skip to content

Commit

Permalink
Merge pull request #169 from naiveaiguy/reference-styleguide
Browse files Browse the repository at this point in the history
CB-239: Reference review style guide when writing a review
  • Loading branch information
paramsingh committed Feb 13, 2018
2 parents 9a75e4a + 7cd69f0 commit 461b93b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions critiquebrainz/frontend/templates/review/modify/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
</div>
<div class="form-group">
<small class="text-muted pull-left" style="font-style:italic;">
{{ _('You can use <a href="%(url)s" target="_blank">Markdown</a> syntax to apply custom formatting.',
url='http://daringfireball.net/projects/markdown/syntax') }}
{{ _('You can read the <a href="%(style_guide_url)s" target="_blank">style guide</a> for writing good CritiqueBrainz reviews!<br/>
Furthermore, you can use <a href="%(markdown_url)s" target="_blank">Markdown</a> syntax to apply custom formatting.',
style_guide_url='https://wiki.musicbrainz.org/How_to_write_Good_Critiquebrainz_Reviews',
markdown_url='http://daringfireball.net/projects/markdown/syntax') }}
</small><br/><br/>
{{ form.text(id="review-content") }}
</div>
Expand Down

0 comments on commit 461b93b

Please sign in to comment.