Skip to content

Instantly share code, notes, and snippets.

@lucasheriques
Last active November 22, 2016 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasheriques/60d0de3bbf3d66ef41eb50a52deb153b to your computer and use it in GitHub Desktop.
Save lucasheriques/60d0de3bbf3d66ef41eb50a52deb153b to your computer and use it in GitHub Desktop.
Diff for master commit
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index a7714db..d122f15 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -21,13 +21,13 @@
*= require jquery.fileupload
*/
+@import 'bootstrap-sprockets';
+@import 'bootstrap';
+
@import 'main';
@import 'status_progress';
-@import 'bootstrap-sprockets';
-@import 'bootstrap';
-
@import 'select2';
@import 'select2-bootstrap';
@import 'diffy';
diff --git a/app/views/blogs/_modal_send_to_wordpress.html.haml b/app/views/blogs/_modal_send_to_wordpress.html.haml
index 5ba6e49..5067353 100644
--- a/app/views/blogs/_modal_send_to_wordpress.html.haml
+++ b/app/views/blogs/_modal_send_to_wordpress.html.haml
@@ -1,11 +1,12 @@
-#bs-modal-sm.modal
+#bs-modal-sm.modal.fade
.modal-dialog.modal-sm.comment-modal
= form_tag blog_publish_task_path(blog, task_id: task_id), method: :post do
.modal-content
.modal-header.text-center.bgcolor-success
%button.close.pull-right{"data-dismiss" => "modal", :type => "button"} ×
- %h4.semibold.modal-title.semibold
+ %h1.mt5
%i.ico-wordpress
+ %h4.bold.modal-title
= t("blogs.wordpress.publish")
.modal-body
%p
diff --git a/app/views/customers_dashboard/_modal_send_to_wordpress.html.haml b/app/views/customers_dashboard/_modal_send_to_wordpress.html.haml
index 9723694..b09ff02 100644
--- a/app/views/customers_dashboard/_modal_send_to_wordpress.html.haml
+++ b/app/views/customers_dashboard/_modal_send_to_wordpress.html.haml
@@ -4,9 +4,10 @@
.modal-content
.modal-header.text-center.bgcolor-success
%button.close.pull-right{"data-dismiss" => "modal", :type => "button"} ×
- %h4.semibold.modal-title.semibold
+ %h1.mt5
%i.ico-wordpress
- = t('blogs.wordpress.publish')
+ %h4.bold.modal-title
+ = t("blogs.wordpress.publish")
.modal-body
%p.text-muted.small
= t('blogs.wordpress.confirm')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment