Skip to content

Commit d7b4778

Browse files
committed
couple small UI changes
1 parent e784006 commit d7b4778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiita_pet/templates/analysis_selected.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ <h1>Selected Samples</h1>
3434
<div class="row" id="study{{sid}}">
3535
<div class="col-md-12" style="border:2px solid #a1a1a1; border-radius: 15px;">
3636
<h2><a href="/study/description/{{sid}}">{{study.title}}</a></h2>
37-
<h3>Processed Data</h3>
37+
<h4>Processed Data</h4>
3838
<table class='table table-striped' id='study{{sid}}-table'>
3939
<tr>
4040
<th class="col-sm-1">id</th><th class="col-sm-1">Datatype</th><th class="col-sm-2">Processed Date</th><th class="col-sm-2">Algorithm</th><th class="col-sm-2">Reference</th><th class="col-sm-1">Samples</th><th></th><th></th>
4141
</tr>
4242
{% for pid, samples in viewitems(proc_datas) %}
4343
<tr id="proc{{pid}}">
44-
<td>{{pid}} <a data-toggle="modal" data-target="#proc{{pid}}-settings-modal"><img src="/static/img/info_button.gif"></a></td>
44+
<td>{{pid}} <a href="#" data-toggle="modal" data-target="#proc{{pid}}-settings-modal" onclick="return false;"><img src="/static/img/info_button.gif"></a></td>
4545
<td>{{proc_info[pid]["data_type"]}}</td>
4646
<td>{{proc_info[pid]["processed_date"]}}</td>
4747
<td>{{proc_info[pid]["algorithm"]}}</td>

0 commit comments

Comments
 (0)