Skip to content

Commit aa52df2

Browse files
committed
#4 Fix insert image problem
1 parent 41db545 commit aa52df2

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

app/assets/javascripts/kebapage/application.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313
//= require jquery
1414
//= require jquery_ujs
1515
//= reuqire bootstrap
16-
//= require bootstrap-wysihtml5
16+
//= require bootstrap-wysihtml5/wysihtml5
17+
//= require bootstrap-wysihtml5/core-b3
18+
//= require bootstrap-wysihtml5/locales/tr-TR
1719
//= require_tree .

app/assets/stylesheets/kebapage/application.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
*= require_tree .
1414
*/
1515

16-
@import "bootstrap";
16+
@import 'hierapolis';
17+
@import "bootstrap-wysihtml5/core-b3";
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
%p
2-
%strong Title:
3-
= @static_page.title
4-
5-
%p
6-
%strong Content:
7-
= @static_page.content
2+
= @static_page.content.html_safe

0 commit comments

Comments
 (0)