Skip to content
Snippets Groups Projects
Commit c24601df authored by Piotr Gawron's avatar Piotr Gawron
Browse files

fix on header in admin panel

parent a569d440
No related branches found
No related tags found
1 merge request!26Resolve "Admin link"
......@@ -4,7 +4,11 @@
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui">
<a href="#{request.contextPath}/?id=#{mapMB.currentMapId}" class="mainTitle"><i class="fa fa-home" style="font-size:17px"></i> #{mapMB.currentProject.name}</a>
<h:outputStylesheet library="css" name="global.css" />
<div class="minerva-header">
<a href="#{request.contextPath}/?id=#{mapMB.currentMapId}" class="mainTitle"><i class="fa fa-home" style="font-size:17px"></i> #{mapMB.currentProject.name}</a>
</div>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment