Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
4163de6f
Commit
4163de6f
authored
May 27, 2013
by
Stephen Sawchuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(infobar) append link_groups if they exist.
parent
609f6cc1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
learn.json
learn.json
+1
-1
No files found.
learn.json
View file @
4163de6f
...
@@ -1800,6 +1800,6 @@
...
@@ -1800,6 +1800,6 @@
}]
}]
},
},
"templates"
:
{
"templates"
:
{
"todomvc"
:
"<header> <h3><%= name %></h3> <span class=
\"
source-links
\"
> <%
examples.forEach(function (example) { %> <h5><%= example.name %></h5> <% if (!location.href.match(example.url + '/')) { %> <a class=
\"
demo-link
\"
href=
\"
<%= example.url %>
\"
>Demo</a>, <% } %> <a href=
\"
https://github.com/tastejs/todomvc/tree/gh-pages/<%= example.source_url ? example.source_url : example.url %>
\"
>Source</a> <% }); %> </span> </header> <hr> <blockquote class=
\"
quote speech-bubble
\"
> <p><%= description %></p> <footer> <a href=
\"
http://<%= homepage %>
\"
><%= name %></a> </footer> </blockquote> <hr> <% link_groups.forEach(function (link_group) { %> <h4><%= link_group.heading %></h4> <ul> <% link_group.links.forEach(function (link) { %> <li> <a href=
\"
<%= link.url %>
\"
><%= link.name %></a> </li> <% }); %> </ul> <% });
%> <footer> <hr> <em>If you have other helpful links to share, or find any of the links above no longer work, please <a href=
\"
https://github.com/tastejs/todomvc/issues
\"
>let us know</a>.</em> </footer>"
"todomvc"
:
"<header> <h3><%= name %></h3> <span class=
\"
source-links
\"
> <%
if (typeof examples !== 'undefined') { %> <% examples.forEach(function (example) { %> <h5><%= example.name %></h5> <% if (!location.href.match(example.url + '/')) { %> <a class=
\"
demo-link
\"
href=
\"
<%= example.url %>
\"
>Demo</a>, <% } %> <a href=
\"
https://github.com/tastejs/todomvc/tree/gh-pages/<%= example.source_url ? example.source_url : example.url %>
\"
>Source</a> <% }); %> <% } %> </span> </header> <hr> <blockquote class=
\"
quote speech-bubble
\"
> <p><%= description %></p> <footer> <a href=
\"
http://<%= homepage %>
\"
><%= name %></a> </footer> </blockquote> <% if (typeof link_groups !== 'undefined') { %> <hr> <% link_groups.forEach(function (link_group) { %> <h4><%= link_group.heading %></h4> <ul> <% link_group.links.forEach(function (link) { %> <li> <a href=
\"
<%= link.url %>
\"
><%= link.name %></a> </li> <% }); %> </ul> <% }); %> <% }
%> <footer> <hr> <em>If you have other helpful links to share, or find any of the links above no longer work, please <a href=
\"
https://github.com/tastejs/todomvc/issues
\"
>let us know</a>.</em> </footer>"
}
}
}
}
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