Created
July 5, 2013 08:47
-
-
Save qickstarter/5933026 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="cfx reply_commentblock" id="journal_comment_<%= reply.id %>" class="<%= classes ||= "" %>" <%= (hide_column ||= false) ? 'style="display:none;"' : '' %>> | |
<p class="f_left"><%= link_to image_tag(img_url(reply.user.profile.image, :w => 30), :alt => '', :class => 'user_icon'), "/#{reply.user.get_url}" -%></p> | |
<div class="pos_relative f_right box_reply"> | |
<div class="cfx comment_status_bar_body"> | |
<div class="small_left_arrow f_left"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment