Skip to content

Instantly share code, notes, and snippets.

@jess
Created August 20, 2015 18:04
Show Gist options
  • Save jess/c893014ba78f9b3861d9 to your computer and use it in GitHub Desktop.
Save jess/c893014ba78f9b3861d9 to your computer and use it in GitHub Desktop.
<a href="<%= lesson_path(syllabus.user_module.course_module, user_lesson.lesson) %>" class="<%= user_lesson.state %> <%= user_lesson.current_status %>"><span><%= user_lesson.title %></span> ( <%= user_lesson.state %> )</a>
<a href="<%= lesson_path(syllabus.user_module.course_module, user_lesson.lesson) %>" class="<%= user_lesson.state %> <%= user_lesson.current_status %>"><span><%= user_lesson.number %></span> <%= user_lesson_.name %>( <%= user_lesson.state %> )</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment