0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-02-13 07:20:59 +00:00
ensl.org/app/views/users/_movies.html.erb

5 lines
117 B
Text
Raw Normal View History

2014-04-26 21:28:06 +00:00
<h2>Movies</h2>
<div class="userData">
2014-04-26 21:28:06 +00:00
<%= render partial: "movies/movie_user", collection: @user.movies %>
</div>