-
Notifications
You must be signed in to change notification settings - Fork 926
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4881 from nomadscientist/header_example_history
GTN Header - Adding a Answer Key Histories drop-down menu
- Loading branch information
Showing
10 changed files
with
149 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{% if include.material.answer_histories %} | ||
<a href="#" class="btn btn-default dropdown-toggle topic-icon" data-toggle="dropdown" aria-expanded="false" title="Answer Histories"> | ||
{% icon galaxy-history-answer %}{% if include.label %} Answer Histories{% endif %} | ||
</a> | ||
<ul class="dropdown-menu"> | ||
{% for key in include.material.answer_histories %} | ||
<li> | ||
<a class="dropdown-item" href="{{ key.history }}"> | ||
{{ key.label }} | ||
{% if key.date %} | ||
<br/><span class="text-muted">{{ key.date }}</span> | ||
{% endif %} | ||
</a> | ||
</li> | ||
{% endfor %} | ||
<li class="dropdown-divider"></li> | ||
<li> | ||
<a class="dropdown-item" href="{{ site.baseurl }}/faqs/gtn/gtn_example_histories.html">{% icon help %} How to Use This</a> | ||
</li> | ||
</ul> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{% if include.material.input_histories %} | ||
<a href="#" class="btn btn-default dropdown-toggle topic-icon" data-toggle="dropdown" aria-expanded="false" title="Input Histories"> | ||
{% icon galaxy-history-input %}{% if include.label %} Input Histories{% endif %} | ||
</a> | ||
<ul class="dropdown-menu"> | ||
{% for key in include.material.input_histories %} | ||
<li> | ||
<a class="dropdown-item" href="{{ key.history }}"> | ||
{{ key.label }} | ||
{% if key.date %} | ||
<br/><span class="text-muted">{{ key.date }}</span> | ||
{% endif %} | ||
</a> | ||
</li> | ||
{% endfor %} | ||
<li class="dropdown-divider"></li> | ||
<li> | ||
<a class="dropdown-item" href="{{ site.baseurl }}/faqs/gtn/gtn_example_histories.html">{% icon help %} How to Use This</a> | ||
</li> | ||
</ul> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Using Answer Key Histories | ||
area: introduction | ||
layout: faq | ||
box_type: tip | ||
contributors: [nomadscientist] | ||
--- | ||
|
||
If you get stuck, you can first check your history against an exemplar history, from your tutorial. | ||
|
||
First, import the target history. | ||
|
||
{% snippet faqs/galaxy/histories_import.md %} | ||
|
||
Next, compare the answer key history with your own history. | ||
|
||
{% snippet faqs/galaxy/histories_side_by_side_view.md %} | ||
|
||
You can compare there, or if you're really stuck, you can also click and drag a given dataset to your history to continue the tutorial from there. | ||
|
||
{% snippet faqs/galaxy/histories_copy_dataset.md %} | ||
|
||
You can also use our handy troubleshooting guide. | ||
|
||
{% snippet faqs/galaxy/analysis_troubleshooting.md %} |
Binary file added
BIN
+47.7 KB
...contributing/tutorials/create-new-tutorial-content/images/example-histories.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters