Loading project/templates/annotator/project.html +3 −3 Original line number Diff line number Diff line Loading @@ -31,9 +31,9 @@ <div class="form-group col-md-12"> {% for (p_name, batch_id, b_name), cbatch in zip(batches_links, check) %} {% if cbatch %} <button class="btn btn-warning">{{ b_name }} - Submitted </button> <button class="btn btn-warning"> {{ b_name }} <span class="glyphicon glyphicon-ok-sign"/> </button> {% else %} <a class="btn btn-default" href="{{ url_for('annotator.batch', p_name=p_name, batch_id=batch_id) }}" target="_blank" rel="noopener noreferrer">{{ b_name }} </a> <a class="btn btn-default" href="{{ url_for('annotator.batch', p_name=p_name, batch_id=batch_id) }}" target="_blank" rel="noopener noreferrer">{{ b_name }} <span class="glyphicon glyphicon-question-sign"/> </a> {% endif %} {% endfor %} Loading @@ -43,7 +43,7 @@ {% if messages %} <ul class=flashes> {% for message in messages %} <div aria-live="polite" role="status" aria-atomic="true" class="toast col-md-2" style="position: absolute; top: 0; right: 8%"> <div aria-live="polite" role="status" data-autohide="false" aria-atomic="true" class="toast col-md-2" style="position: absolute; top: 0; right: 8%"> <div class="toast-header"> <strong class="mr-auto">Admin</strong> Loading Loading
project/templates/annotator/project.html +3 −3 Original line number Diff line number Diff line Loading @@ -31,9 +31,9 @@ <div class="form-group col-md-12"> {% for (p_name, batch_id, b_name), cbatch in zip(batches_links, check) %} {% if cbatch %} <button class="btn btn-warning">{{ b_name }} - Submitted </button> <button class="btn btn-warning"> {{ b_name }} <span class="glyphicon glyphicon-ok-sign"/> </button> {% else %} <a class="btn btn-default" href="{{ url_for('annotator.batch', p_name=p_name, batch_id=batch_id) }}" target="_blank" rel="noopener noreferrer">{{ b_name }} </a> <a class="btn btn-default" href="{{ url_for('annotator.batch', p_name=p_name, batch_id=batch_id) }}" target="_blank" rel="noopener noreferrer">{{ b_name }} <span class="glyphicon glyphicon-question-sign"/> </a> {% endif %} {% endfor %} Loading @@ -43,7 +43,7 @@ {% if messages %} <ul class=flashes> {% for message in messages %} <div aria-live="polite" role="status" aria-atomic="true" class="toast col-md-2" style="position: absolute; top: 0; right: 8%"> <div aria-live="polite" role="status" data-autohide="false" aria-atomic="true" class="toast col-md-2" style="position: absolute; top: 0; right: 8%"> <div class="toast-header"> <strong class="mr-auto">Admin</strong> Loading