Sequenzia/app/views/help/voting.php

12 lines
513 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<div class="help">
<h1>Help: Voting</h1>
<div class="section">
<p>You can vote on posts. When you click on the vote up or vote down link, your browser queries Danbooru in the background and records your vote. You can change your vote only if you are logged in.</p>
<p>In order to vote, you must have Javascript enabled. You DO NOT need an account to vote on posts.</p>
</div>
</div>
<?php $this->contentFor("subnavbar", function() { ?>
<li><?= $this->linkTo("Help", "#index") ?></li>
<?php }) ?>