Skip to content

Commit

Permalink
Added score option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Jul 20, 2015
1 parent 9725b19 commit a6ef29d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cwr_webclient/view/mera/match/templates/macro/mera_options.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ <h2 class="panel-title">
<div class="panel-body">
<fieldset>

<h3>General</h3>

<div class="control-group">
<label class="control-label" for="artist.threshold">score
threshold</label>

<div class="controls">
<input id="score.threshold" name="artist.threshold"
type="text" value="0.9"
class="input-xlarge" required="">

</div>
</div>

<h3>Blocking</h3>

<div class="control-group">
Expand Down

0 comments on commit a6ef29d

Please sign in to comment.