Make dev disabled text muted
This commit is contained in:
parent
6d0296fec2
commit
e046ac14a1
2 changed files with 2 additions and 2 deletions
|
@ -12,5 +12,5 @@
|
|||
<noscript>Javascript needs to be activated to view comments.</noscript>
|
||||
</section>
|
||||
{{ else }}
|
||||
<p>Comments are disabled in development mode.</p>
|
||||
<p class="text-muted">Comments are disabled in development mode.</p>
|
||||
{{ end }}
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
refresh({{ $name }})
|
||||
</script>
|
||||
{{ else }}
|
||||
<p style="text-align: center">Voting is disabled in development mode.</p>
|
||||
<p class="text-muted" style="text-align: center">Voting is disabled in development mode.</p>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue