You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/10/15 14:13:52 UTC

[whimsy] branch master updated: remove path prefix

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e9d0f5  remove path prefix
3e9d0f5 is described below

commit 3e9d0f54388089c401cc1d7172c0b969557b1548
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Oct 15 10:13:34 2017 -0400

    remove path prefix
---
 www/board/agenda/views/bootstrap.html.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/views/bootstrap.html.erb b/www/board/agenda/views/bootstrap.html.erb
index e61507e..5ed8031 100644
--- a/www/board/agenda/views/bootstrap.html.erb
+++ b/www/board/agenda/views/bootstrap.html.erb
@@ -5,7 +5,7 @@
     <title>ASF Board Agenda</title>
     <base href="<%= @base %>"/>
 <% Wunderbar::Asset.stylesheets.each do |stylesheet| %>
-    <link rel="stylesheet" href="/assets/<%= stylesheet.path %>?<%= stylesheet.mtime.to_i %>"/>
+    <link rel="stylesheet" href="<%= stylesheet.path %>?<%= stylesheet.mtime.to_i %>"/>
 <% end %>
     <link rel="stylesheet" href="../stylesheets/app.css?<%= @cssmtime %>"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
@@ -15,7 +15,7 @@
     <div id="main"></div>
 
 <% Wunderbar::Asset.scripts.each do |script| %>
-    <script src="/assets/<%= script.path %>?<%= script.mtime.to_i %>"></script>
+    <script src="<%= script.path %>?<%= script.mtime.to_i %>"></script>
 <% end %>
     <script src="../app.js?<%= @appmtime %>" lang="text/javascript"></script>
     <script lang="text/javascript">

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].