Skip to content

Commit

Permalink
Wrong path for css/images in installer #919
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Jan 23, 2015
1 parent 5754447 commit 926e724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions newscoop/install/Resources/views/layout.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html lang="en" dir="ltr">
<head>
<title>Newscoop Installer</title>
<link rel="shortcut icon" href="/admin-style/images/7773658c3ccbf03954b4dacb029b2229.ico" />
<link rel="stylesheet" type="text/css" media="screen" href="/install/Resources/assets/css/main.css" />
<link rel="shortcut icon" href="../admin-style/images/7773658c3ccbf03954b4dacb029b2229.ico" />
<link rel="stylesheet" type="text/css" media="screen" href="../install/Resources/assets/css/main.css" />
</head>
<body>
<div class="wrapper">
<img class="logo" src="/install/Resources/assets/css/logo.png">
<img class="logo" src="../install/Resources/assets/css/logo.png">
<div class="main_box {% block fixed %}fixed{% endblock %}">
<div class="top">
<h2>{% block header %}{% endblock %}</h2>
Expand Down

0 comments on commit 926e724

Please sign in to comment.