Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
LearningDocumentation
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
xuqi
2015-05-12 17:11:48 +0800
Commit
28c97ccbb020439bc6f4a4485ca02fe0b52fe1ff
2 parents
58abac5e
d63ce360
Merge branch 'master' of git.dev.yoho.cn:web/learning-documentation
Conflicts: 前端开发相关/handlebars使用指南.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
前端开发相关/handlebars使用指南.md
前端开发相关/handlebars使用指南.md
View file @
28c97cc
...
...
@@ -58,7 +58,7 @@ Level1:
{{link 'http://www.baidu.com' '百度'}}
//helper
Handle
r
bars.registerHelper('link', function(url, name) {
Handlebars.registerHelper('link', function(url, name) {
return '<a href="' + url + '">' + name + '</a>';
});
...
...
Please
register
or
login
to post a comment