SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 705241c8 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Minor update

parent 221d40c1
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -56,8 +56,10 @@ $(document).ready(function(){ ...@@ -56,8 +56,10 @@ $(document).ready(function(){
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<h2 class="highlight">Existing drafts (to be processed by Admin) ({{existing_drafts|length}}) <small><a href="javascript:void(0)" data-toggle="toggle" data-target="#table_existing_drafts">view/hide</a></small></h2> <h2 class="highlight">Existing drafts (to be processed by Admin) ({{existing_drafts|length}})</h2>
<table class="table" id="table_existing_drafts" style="display: none;"> <a href="javascript:void(0)" class="btn mb-2" data-toggle="toggle" data-target="#table_existing_drafts">view/hide +</a>
<table class="table" id="table_existing_drafts">
<thead> <thead>
<tr> <tr>
<th>Last name</th> <th>Last name</th>
......
...@@ -65,7 +65,7 @@ $(document).ready(function(){ ...@@ -65,7 +65,7 @@ $(document).ready(function(){
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<h2 class="highlight">Existing drafts (to be processed by Admin) ({{existing_drafts|length}})</h2> <h2 class="highlight">Existing drafts (to be processed by Admin) ({{existing_drafts|length}})</h2>
<a href="javascript:void(0)" data-toggle="toggle" data-target="#table_existing_drafts">view/hide</a> <a href="javascript:void(0)" class="btn mb-2" data-toggle="toggle" data-target="#table_existing_drafts">view/hide</a>
<table class="table" id="table_existing_drafts"> <table class="table" id="table_existing_drafts">
<thead> <thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment