app/views/ties/_suggestions.html.erb in social_stream-0.1.0 vs app/views/ties/_suggestions.html.erb in social_stream-0.1.1
- old
+ new
@@ -3,18 +3,18 @@
$(".suggestions .tie_close").livequery("click",function(){
$(this).parents(".tie").replaceWith("<%= escape_javascript(render(current_user.suggestion))%>");
});
<% end %>
- <div class="suggestions_header">
- <%= image_tag('btn/notifications.png', :class => "suggestion_icon") %>
- <div class="suggestion_text_header">
- <%=t('tie.suggestion.one') %>
- </div>
+
+<div class="tie_header">
+ <%= image_tag('btn/notifications.png', :class => "tie_icon") %>
+ <div class="tie_text_header">
+ <%=t('tie.suggestion.one') %>
</div>
- <div class="suggestions">
- <% if (sgs = current_user.suggestions(2)).present? %>
+</div>
+<div class="suggestions">
+ <% if (sgs = current_user.suggestions(2)).present? %>
<%= render sgs %>
- <% end %>
- </div>
-<% end %>
-
+ <%end%>
+</div>
+<%end%>
\ No newline at end of file