Skip to content

Commit

Permalink
Merge pull request #1 from Axelbruget/master
Browse files Browse the repository at this point in the history
cosmetic changes : fixed double popup bug and logo
  • Loading branch information
alexandrecuer authored Apr 4, 2018
2 parents 7fab619 + 197c8bd commit 03dd2ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// about supported directives.
//
//= require jquery
//= require jquery_ujs

//= require rails-ujs
//= require turbolinks
//= require_tree .
Expand All @@ -36,4 +36,4 @@ $(function() {
return show(id, text);
})
});
*/
*/
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Cerema ShareBox</title>
<link rel="shortcut icon" href="../../../public/images/logo/logo.jpg">
<%= csrf_meta_tags %>

<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
Expand Down

0 comments on commit 03dd2ef

Please sign in to comment.