Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #639 from zhouyaoji/code_ex_correct_yql_getting-st…
Browse files Browse the repository at this point in the history
…arted-ex

[code ex fix: GH 547] Added the 'bar.hb.html' index.
  • Loading branch information
Joe Catera committed Oct 17, 2012
2 parents 37cea5a + 7bfb544 commit b12afb9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div id="{{mojit_view_id}}" class="mojit">
<h2>Hello from the 'bar' view!</h2>
<ul>
{{#images}}
<li><a href="{{url}}">{{title}}</a></li>
{{/images}}
</ul>
</div>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id="{{mojit_view_id}}" class="mojit">
<h2>Hello, world!</h2>
<h2>Hello from the 'index' view!</h2>
<ul>
{{#images}}
<li><a href="{{url}}">{{title}}</a></li>
Expand Down
2 changes: 1 addition & 1 deletion examples/getting-started-guide/part2/basic_yql/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"call": "flickr.index"
}

}]
}]

0 comments on commit b12afb9

Please sign in to comment.