We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706beae commit e6e10ffCopy full SHA for e6e10ff
app/views/projects/show.html.erb
@@ -1,6 +1,10 @@
1
<div class="container">
2
<h1 class="dashboard-title-report"><%= render "shared/project_title", project: @project %></h1>
3
4
+ <div class="field">
5
+ <%= label_tag 'title_contains', "Filter by title" %>
6
+ <%= search_field_tag 'title_contains', nil, onkeyup: "filterStories()" %>
7
+ </div>
8
<table class="project-table">
9
<thead class="table-header fixed-header">
10
<tr class="project-table__row project-table__row--header">
0 commit comments