This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2013-08-09 01:24:26 +00:00
|
|
|
<% content_for :right_nav do %>
|
|
|
|
<div class="searchClear pull-right">
|
|
|
|
<input id="filter-input" class="search-query input-medium" type="text" placeholder="<%= t('search.tags') %>" value="">
|
2013-08-05 10:30:35 +00:00
|
|
|
</div>
|
2013-08-09 01:24:26 +00:00
|
|
|
<% end %>
|
2013-08-05 10:30:35 +00:00
|
|
|
|
2013-08-09 01:24:26 +00:00
|
|
|
<div id="tags_index">
|
|
|
|
<%= render 'index' %>
|
|
|
|
</div>
|