Skip to content

Commit

Permalink
#92, move edit comment to lower in Edit Algo page, add title and expl…
Browse files Browse the repository at this point in the history
…anation, make edit box smaller
  • Loading branch information
thrize committed Apr 14, 2018
1 parent af896b8 commit ad9effe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
8 changes: 0 additions & 8 deletions html/edit-algo-part-2.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
<div class="row">
<div class="col-sm-4">
<form class="form-add" action="/edit-algo-comment" method="post">
<textarea name="comment-block" id="comment-block" cols="150" rows="10"></textarea>
<button class="btn btn-lg btn-primary btn-block" type="submit" value="POST">Save comment</button>
</form>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<form class="form-add" action="/edit-algo" method="post">
Expand Down
13 changes: 13 additions & 0 deletions html/edit-algo-part-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ <h1 class="page-header">Export / Import Algorithm</h1>
</div>
</div>

<div class="container-fluid">
<h1 class="page-header">Edit comment</h1>
<div class="row">
<div class="col-sm-4">
<form class="form-add" action="/edit-algo-comment" method="post">
<textarea name="comment-block" id="comment-block" cols="80" rows="5"></textarea>
<button class="btn btn-lg btn-primary btn-block" type="submit" value="POST">Save comment</button>
</form>
</div>
</div>
<p>Note, to enable commenting on voted posts, turn on the comment in Edit Config variable COMMENT_ENABLED<p>
</div>

<h2 class="sub-header">Keys Reference</h2>
<p>See the <a href="https://github.com/Steem-FOSSbot/steem-fossbot-voter/blob/develop/docs/algorithm.md">algorithm and metrics docs</a> for more details</p>
<p>Note that all boolean data types are intepreted numerically as false = 0, true = 1</p>
Expand Down

0 comments on commit ad9effe

Please sign in to comment.