Skip to content

Commit

Permalink
Merge pull request #1267 from alphagov/msw/plek-search
Browse files Browse the repository at this point in the history
Change Plek(rummager) to Plek(search)
  • Loading branch information
barrucadu authored Mar 4, 2019
2 parents f93283d + ce99c8a commit 2d45eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/development/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<td><%= link_to Plek.find('static'), Plek.find('static') %></td>
</tr>
<tr>
<td>Rummager (search)</td>
<td><%= link_to Plek.find('rummager'), Plek.find('rummager') %></td>
<td>Search</td>
<td><%= link_to Plek.find('search'), Plek.find('search') %></td>
</tr>
</table>

Expand Down

0 comments on commit 2d45eec

Please sign in to comment.