Skip to content

Commit 2aa351d

Browse files
committed
Remove lesson listing from module specific views
1 parent 8b6480b commit 2aa351d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

twitter-client-tutorial/_tweet_list_dynamic_data.html.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,4 @@ In this module, we will add the feature - each tweet item should have different
77
> In this module, you will going to learn how to access & modify data in a ListView & best practices of storing data using models in Java/Android.
88
99
<div>
10-
<% lessons_of_mod_3 = AppLesson.find_all_by_module_number(3) %>
11-
<% count = 1 %>
12-
<% lessons_of_mod_3.each do |l| %>
13-
<%= count %> .
14-
<% count = count + 1 %>
15-
<%= link_to l.lesson.title, app_tutorial_lesson_with_token_path(@app_name, l.lesson_module.lesson.token, l.lesson.token) %>
16-
<br/>
17-
<% end %>
18-
</div>
10+

0 commit comments

Comments
 (0)