We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41db545 commit aa52df2Copy full SHA for aa52df2
app/assets/javascripts/kebapage/application.js
@@ -13,5 +13,7 @@
13
//= require jquery
14
//= require jquery_ujs
15
//= reuqire bootstrap
16
-//= require bootstrap-wysihtml5
+//= require bootstrap-wysihtml5/wysihtml5
17
+//= require bootstrap-wysihtml5/core-b3
18
+//= require bootstrap-wysihtml5/locales/tr-TR
19
//= require_tree .
app/assets/stylesheets/kebapage/application.css
@@ -13,4 +13,5 @@
*= require_tree .
*/
-@import "bootstrap";
+@import 'hierapolis';
+@import "bootstrap-wysihtml5/core-b3";
app/views/kebapage/static_pages/show.html.haml
@@ -1,7 +1,2 @@
1
%p
2
- %strong Title:
3
- = @static_page.title
4
-
5
-%p
6
- %strong Content:
7
- = @static_page.content
+ = @static_page.content.html_safe
0 commit comments