Skip to content

Commit

Permalink
changing post layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
willdoran committed Nov 10, 2015
1 parent 741b6a2 commit 38d56e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions server/www/templates/posts/post-view-filters.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<div class="filters" dropdown auto-close="disabled">
<div class="filters-show-hide" ng-class="{ half : halfWidth }">
<div class="filters-toggle init" ng-class="{ half : halfWidth }" dropdown-toggle>
<label class="delta-alt">Search <span>&amp; Filter</span></label>
<button type="button" class="button-toggle filter-button-js" dropdown-toggle></button>
</div>

<div class="filters-container" dropdown-menu>
<div class="filters-container init" dropdown-menu>
<form ng-submit="applyFilter()" role="search">
<div class="keyword-search">
<input type="text" name="q" class="keyword-input" placeholder="{{'global_filter.search' | translate}}" ng-model="filter.q">
Expand Down
2 changes: 1 addition & 1 deletion server/www/templates/posts/post-view-tabs.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="tabs-menu" dropdown>
<label class="delta-alt" translate>view_tabs.view </label>
<label class="tabs-menu-trigger delta-alt" translate>view_tabs.view </label>
<button type="button" class="button-toggle" dropdown-toggle></button>
<ul class="tabs-menu-list" dropdown-menu>
<li ng-repeat="view in views" ng-class="{ active: active == view }" ><a ng-href="{{baseUrl + view }}" class="view-{{view}}" translate="view_tabs.{{view}}"></a></li>
Expand Down

0 comments on commit 38d56e6

Please sign in to comment.