Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
d510566a
Commit
d510566a
authored
Jun 15, 2015
by
Penom Nom
Browse files
No commit message
No commit message
parent
0f8bc979
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/AnalysisTemplate.tpl
View file @
d510566a
...
...
@@ -77,8 +77,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div
class=
"tab-pane fade"
id=
"parameters"
>
{
block
name
=
params
}
{
block
name
=
params_content
}
{
assign
var
=
"params"
value
=
";"
|
explode
:
$analyse.params
}
<ul>
<li
class=
"parameter"
>
{
$analyse.params
}
</li>
{
foreach
from
=
$params
item
=
current_param
}
<li
class=
"parameter"
>
{
$current_param
}
</li>
{/
foreach
}
</ul>
{/
block
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment