lib/repsheet_visualizer/application/views/actors.erb in repsheet_visualizer-0.0.4 vs lib/repsheet_visualizer/application/views/actors.erb in repsheet_visualizer-0.0.5

- old
+ new

@@ -5,14 +5,14 @@ <title>Repsheet::Visualizer</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Aaron Bedra"> - <link href="css/bootstrap.css" rel="stylesheet"> - <link href="css/bootstrap-responsive.css" rel="stylesheet"> + <link href="<%= @mount %>/css/bootstrap.css" rel="stylesheet"> + <link href="<%= @mount %>/css/bootstrap-responsive.css" rel="stylesheet"> - <link href="css/blue/style.css" rel="stylesheet"> + <link href="<%= @mount %>/css/blue/style.css" rel="stylesheet"> <style> body { padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ } @@ -26,12 +26,12 @@ <script src="/javascripts/html5shiv.js"></script> <![endif]--> <link rel="shortcut icon" href="/images/favicon.ico"> - <script src="/javascripts/jquery-latest.js" type="text/javascript"></script> - <script src="/javascripts/jquery.tablesorter.min.js" type="text/javascript"></script> - <script src="/javascripts/application.js" type="text/javascript"></script> + <script src="<%= @mount %>/javascripts/jquery-latest.js" type="text/javascript"></script> + <script src="<%= @mount %>/javascripts/jquery.tablesorter.min.js" type="text/javascript"></script> + <script src="<%= @mount %>/javascripts/application.js" type="text/javascript"></script> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner">