mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
fix images not loading
This commit is contained in:
parent
7705d4cbd0
commit
9dec1bcbbd
@ -16,14 +16,14 @@
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<%= content_for :javascripts do %>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
$('.slider').slider({
|
||||
height: 200,
|
||||
indicators: false
|
||||
});
|
||||
});
|
||||
<% end %>
|
||||
</script>
|
||||
|
||||
<% if @content.persisted? %>
|
||||
<%= render partial: 'content/share', locals: { shared_content: @content} %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user