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
gem
capsuledb
Commits
dd9a0abe
Commit
dd9a0abe
authored
Feb 16, 2012
by
Bertrand NÉRON
Browse files
add 3 mustache templates to render list index
parent
099968c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/couchapp/secreton/templates/replicon/body.html
0 → 100644
View file @
dd9a0abe
<li>
<a
href=
"{{url}}"
>
{{name}}
</a>
<ul
class=
"tooltip"
>
<li><span
class=
"replicon_property"
>
code
</span>
: {{code}}
</li>
<li><span
class=
"replicon_property"
>
T3SS_family
</span>
: {{T3SS_family}}
</li>
<li><span
class=
"replicon_property"
>
taxid
</span>
: {{taxid}}
</li>
<li><span
class=
"replicon_property"
>
strain
</span>
: {{strain}}
</li>
<li><span
class=
"replicon_property"
>
taxonomy
</span>
: {{taxonomy}}
</li>
<li><span
class=
"replicon_property"
>
type
</span>
: {{type}}
</li>
</ul>
</li>
src/couchapp/secreton/templates/replicon/head.html
0 → 100644
View file @
dd9a0abe
<ol>
src/couchapp/secreton/templates/replicon/tail.html
0 → 100644
View file @
dd9a0abe
</ol>
<div
id=
"paginate"
>
{{#prev}}
<a
href=
"{{prev}}"
>
<
previous
</a>
{{/prev}}|{{#next}}
<a
href=
"{{next}}"
>
next
>
</a>
{{/next}}
</div>
Write
Preview
Supports
Markdown
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