Guest User

Untitled

a guest
Nov 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1.  
  2. <div id="content_tools">
  3. <ul class="tools tools_buttons">
  4. <li class="icon flag<%= item.flagged? ? ' flagged' : '' %>" data-id="<%= item.id %>" title="Mark this item as a Favorite"></li>
  5. ## hide icon previously here
  6. </ul>
  7. </div>
  8.  
  9.  
  10. ## moved to here
  11. <ul class="tools_hide"><li class="toggle unpublish" data-id="<%= item.id %>" title="Show or hide this item on your Fan Page">HIDE</li></ul>
Add Comment
Please, Sign In to add comment