You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: weblab/templates/datasets/dataset_detail.html
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -40,17 +40,15 @@
40
40
</div>
41
41
<divid="entity-view-buttons" class="link-list">
42
42
<aclass="button" href="{% url "fitting:result:new" %}?dataset={{dataset.pk}}" title="Run fitting experiment using this dataset">Fit</a>
43
+
<aclass="button" href="{% url "datasets:compare_fittings" dataset.pk %}" title="Show results of parameter fitting experiments run using this dataset">Fittings</a>
44
+
<br/>
43
45
</div>
44
46
45
47
<pid="description">
46
48
{{ dataset.description }}
47
49
</p>
48
50
49
51
<divid="experiment-files-switcher">
50
-
{% comment %}
51
-
<buttonstyle="margin-left:5px; float:left;" id="experiment-files-switcher-exp" title="View & compare experiments using this ${entity.type}">Compare ${otherType}s</button>
Copy file name to clipboardExpand all lines: weblab/templates/entities/entity_version.html
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ <h2 id="entityversionname">
25
25
</h2>
26
26
27
27
<divclass="suppl">
28
-
<small>
28
+
<small'>
29
29
Created <timeid="entityversiontime">{{ version.timestamp }}</time>
30
30
by <emid="entityversionauthor">{{ version.author }}</em>.
31
31
<divid="versionVisibility" data-change-href="{% entity_version_url 'change_visibility' entity version %}">
@@ -70,9 +70,7 @@ <h2 id="entityversionname">
70
70
{% elif entity.entity_type == 'fittingspec' %}
71
71
<aclass="button" href="{% url "fitting:result:new" %}?fittingspec_version={{version.pk}}" title="Run fitting experiment using this specification">Fit</a>
72
72
{% endif %}
73
-
<!--
74
-
<a class="button" href="" title="Show results of parameter fitting experiments run {% if type == 'model' %}on this model{% else %}using this protocol{% endif %}">Fittings</a>
75
-
-->
73
+
<aclass="button" href="{% entity_version_url 'compare_fittings' entity version %}" title="Show results of parameter fitting experiments run {% if type == 'model' %}on this model{% else %}using this protocol{% endif %}">Fittings</a>
0 commit comments