removed old share links
This commit is contained in:
parent
781a49750e
commit
caad66cfb8
|
@ -38,14 +38,12 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%= share_links(@bulletin, 'announcement') %>
|
<%#= share_links(@bulletin, 'announcement') %>
|
||||||
<% if @fb_share %>
|
<% if @fb_share %>
|
||||||
<a href="" target="_blank" class="fb-share-button">
|
<a href="" target="_blank" class="fb-share-button">
|
||||||
<%= image_tag("announcement/fbn.png",:width=>30, :height=>30) %>
|
<%= image_tag("announcement/fbn.png",:width=>30, :height=>30) %>
|
||||||
</a>
|
</a>
|
||||||
<% end %>
|
<script type="text/javascript">
|
||||||
|
|
||||||
<script type="text/javascript">
|
|
||||||
(function(){
|
(function(){
|
||||||
$(".fb-share-button").click(function(){
|
$(".fb-share-button").click(function(){
|
||||||
var img = window.location.protocol + "//" + window.location.host + "<%= @bulletin.image.url rescue '' %>",
|
var img = window.location.protocol + "//" + window.location.host + "<%= @bulletin.image.url rescue '' %>",
|
||||||
|
@ -55,4 +53,5 @@
|
||||||
return false;
|
return false;
|
||||||
})
|
})
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
<% end %>
|
Loading…
Reference in New Issue