Sha256: da91f3c83e3978ccdb5c7a26dbb48513b5706a727af4b74fb0f70be3b7f03c4b

Contents?: true

Size: 389 Bytes

Versions: 1

Compression:

Stored size: 389 Bytes

Contents

<% content_for :title, 'Search' -%>

<h1 class="title"><%= "Search `#{@term}` in #{@folder.name}" %></h1>

<%= concept(Boxroom::Folder::Cell::Show, nil,
            folders: @folders,
            files: @files,
            current_user: boxroom_current_user
    ) %>

<div class="field">
  <div class="control">
    <%= link_to t(:back), @folder, class: 'button is-text' %>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
boxroom-0.0.2 app/views/boxroom/search/show.html.erb