Merge branch 'develop' into staging

This commit is contained in:
Xavier J 2016-08-24 15:51:40 +02:00
commit b010b8def1
3 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,6 @@ $(document).on('page:load', wysihtml5_active);
function wysihtml5_active (){ function wysihtml5_active (){
$('.wysihtml5').each(function(i, elem) { $('.wysihtml5').each(function(i, elem) {
$(elem).wysihtml5({ toolbar:{ "fa": true } }); $(elem).wysihtml5({ toolbar:{ "fa": true, "link": false, "color": true }, "locale": "fr-FR" });
}); });
} }

View file

@ -18,10 +18,10 @@
*= require leaflet *= require leaflet
*= require font-awesome *= require font-awesome
*= require franceconnect *= require franceconnect
*= require bootstrap-wysihtml5
*/ */
@import "bootstrap-sprockets"; @import "bootstrap-sprockets";
@import "bootstrap"; @import "bootstrap";
@import "bootstrap-wysihtml5/bootstrap3-wysihtml5";
body { body {
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);

View file

@ -21,4 +21,4 @@
- unless @facade.procedure.lien_site_web.blank? - unless @facade.procedure.lien_site_web.blank?
.center .center
=link_to truncate(@facade.procedure.lien_site_web, length: 40), @facade.procedure.lien_site_web, {target: '_blank'} =link_to 'En savoir plus ...', @facade.procedure.lien_site_web, {target: '_blank'}