Skip to content

Commit

Permalink
fix issues in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ifish authored and hsiaoyi0504 committed May 11, 2018
1 parent bbe4264 commit a07e549
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
9 changes: 2 additions & 7 deletions dashboard/templates/dashboard/blast_hist.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block head-scripts %}
<!-- CSS -->

<link rel="stylesheet" type="text/css" href="../static/dashboard/css/design.css">
<link rel="stylesheet" type="text/css" href="/static/dashboard/css/design.css">
<!-- END CSS -->
{% endblock %}

Expand All @@ -17,11 +17,6 @@
<script>

/* === SIDEBAR === */
$('.toogle').on('click', function() {
$('.body').toggleClass('slide');
$('.sidebar').toggleClass('show');
$('.toogle i').toggleClass('fa-chevron-left fa-chevron-right');
});
/* === END SIDEBAR === */
/* === ACCORDION === */
$( '#accordion' ).on('click', '.single-item', function(){
Expand Down Expand Up @@ -88,7 +83,7 @@ <h4 class="panel-title">
<div>
<a href="{% url 'dashboard_blast' %}" class="list-group-item">BLAST</a>
<a href="{% url 'dashboard_hmmer' %}" class="list-group-item">HMMER</a>
<a href="{% url 'dashboard_clustal' %} " class="list-group-item">CLUSTAL</a>
<a href="{% url 'dashboard_clustal' %}" class="list-group-item">CLUSTAL</a>
<!-- <a href="{# url 'dashboard_apollo' #}" class="list-group-item">APOLLO</a> -->
</div>
<!-- anchors Item #1 -->
Expand Down
9 changes: 2 additions & 7 deletions dashboard/templates/dashboard/clustal_hist.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block head-scripts %}
<!-- CSS -->

<link rel="stylesheet" type="text/css" href="../static/dashboard/css/design.css">
<link rel="stylesheet" type="text/css" href="/static/dashboard/css/design.css">
<!-- END CSS -->
{% endblock %}

Expand All @@ -17,11 +17,6 @@
<script>

/* === SIDEBAR === */
$('.toogle').on('click', function() {
$('.body').toggleClass('slide');
$('.sidebar').toggleClass('show');
$('.toogle i').toggleClass('fa-chevron-left fa-chevron-right');
});
/* === END SIDEBAR === */
/* === ACCORDION === */
$( '#accordion' ).on('click', '.single-item', function(){
Expand Down Expand Up @@ -88,7 +83,7 @@ <h4 class="panel-title">
<div>
<a href="{% url 'dashboard_blast' %}" class="list-group-item">BLAST</a>
<a href="{% url 'dashboard_hmmer' %}" class="list-group-item">HMMER</a>
<a href="{% url 'dashboard_clustal' %} " class="list-group-item">CLUSTAL</a>
<a href="{% url 'dashboard_clustal' %}" class="list-group-item">CLUSTAL</a>
<!-- <a href="{# url 'dashboard_apollo' #}" class="list-group-item">APOLLO</a> -->
</div>
<!-- anchors Item #1 -->
Expand Down
9 changes: 2 additions & 7 deletions dashboard/templates/dashboard/hmmer_hist.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block head-scripts %}
<!-- CSS -->

<link rel="stylesheet" type="text/css" href="../static/dashboard/css/design.css">
<link rel="stylesheet" type="text/css" href="/static/dashboard/css/design.css">
<!-- END CSS -->
{% endblock %}

Expand All @@ -17,11 +17,6 @@
<script>

/* === SIDEBAR === */
$('.toogle').on('click', function() {
$('.body').toggleClass('slide');
$('.sidebar').toggleClass('show');
$('.toogle i').toggleClass('fa-chevron-left fa-chevron-right');
});
/* === END SIDEBAR === */
/* === ACCORDION === */
$( '#accordion' ).on('click', '.single-item', function(){
Expand Down Expand Up @@ -88,7 +83,7 @@ <h4 class="panel-title">
<div>
<a href="{% url 'dashboard_blast' %}" class="list-group-item">BLAST</a>
<a href="{% url 'dashboard_hmmer' %}" class="list-group-item">HMMER</a>
<a href="{% url 'dashboard_clustal' %} " class="list-group-item">CLUSTAL</a>
<a href="{% url 'dashboard_clustal' %}" class="list-group-item">CLUSTAL</a>
<!-- <a href="{# url 'dashboard_apollo' #}" class="list-group-item">APOLLO</a> -->
</div>
<!-- anchors Item #1 -->
Expand Down

0 comments on commit a07e549

Please sign in to comment.