Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.gitlabculture
Commits
b9fa0777
Commit
b9fa0777
authored
Nov 25, 2019
by
sarah
Browse files
tree list
parent
c8b14141
Changes
1
Hide whitespace changes
Inline
Side-by-side
patternlab/source/_patterns/02-organisms/tree-list.twig
0 → 100644
View file @
b9fa0777
<h2>
Tree
</h2>
<ul
class=
"repo--tree"
>
{%
for
tree
in
trees
%}
<li
class=
"repo--folder--item"
>
<p>
{{
tree.name
}}
</p>
</li>
{%
endfor
%}
</ul>
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