Skip to content

Commit

Permalink
org: Change UI to prevent UX misundestanding
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Jul 11, 2017
1 parent 0f95473 commit 099dee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/organization/view.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ <h3><span id="project-description">@org.descr</span></h3>
<div class="project-search-wrap row-fluid mt10">
<div class="span7">
<div class="search-bar">
<input name="mylist-filter" id="mylist-filter" class="textbox full" type="text" value="" data-toggle="item-search" data-items="project-item">
<input name="mylist-filter" id="mylist-filter" class="textbox full" type="text" value="" data-toggle="item-search" data-items="project-item" placeholder="@Messages("title.type.name")">
<button type="button" class="search-btn"><i class="yobicon-search"></i></button>
</div>
</div>
@if(OrganizationUser.isAdmin(org, UserApp.currentUser) || UserApp.currentUser().isSiteManager) {
<div class="span3">
<div class="pull-right">
<a href="@routes.ProjectApp.newProjectForm()[email protected]" class="ybtn ybtn-primary">@Messages("button.newProject")</a>
</div>
}
Expand Down

0 comments on commit 099dee7

Please sign in to comment.