Skip to content

Commit

Permalink
Update main.scala.html
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedevalland committed Jun 23, 2015
1 parent 990ebce commit 0d3c3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/main.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav">
<li class="@{if (req.path == collins.app.routes.Resources.index.toString) "active" }">
<input type="text" class="form-control" placeholder="Search ..." style="margin-top:5px">
<input type="text" class="form-control" placeholder="Search ...">
</li>
@User.fromMap(req.session.data).map { u =>
@if(Permissions.please(u, Permissions.AssetLogApi.GetAll)) {
Expand Down

0 comments on commit 0d3c3a2

Please sign in to comment.