Skip to content

Commit

Permalink
#37 사진목록 페이지에서 작성자 이름에 링크를 검
Browse files Browse the repository at this point in the history
  • Loading branch information
iam312 committed Jul 29, 2015
1 parent 50587a1 commit c11e420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/images/_list.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</a>
<div class="caption">
<h3><%= raw link_yogies(image.yogies) %></h3>
<small><%= image.created_at %></small>
<small><%= link_to image.user.name, image_filter_by_user_path( image.user.id ) %>님, <%= image.created_at %></small>
<p style="overflow: hidden; text-overflow: ellipsis; white-space: nowrap;"><%= image.desc %></p>
</div>
</div>
Expand Down

0 comments on commit c11e420

Please sign in to comment.