Fixed image path location.

This commit is contained in:
Martin Edenhofer 2014-10-26 13:10:32 +01:00
parent bf1f53d60f
commit a16717f509
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,3 @@
# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
App.Config.set('api_path', 'api/v1')
App.Config.set('image_path', '/assets')

View file

@ -2,7 +2,7 @@
<p><%- @T( 'Login with %s', @C( 'fqdn' ) ) %></p>
<div class="hero-unit">
<img class="logo" src="<%= @C('company-logo.png') %>" alt="<%= @C( 'product_name' ) %>">
<img class="logo" src="<%= @C('image_path') + '/' + 'company-logo.png' %>" alt="<%= @C( 'product_name' ) %>">
<form id="login">
<div class="form-group">
<label for="username"><%- @Ti( 'Username / email' ) %></label>