Tweaks to users/teams list

This commit is contained in:
Luke Barratt 2014-04-27 03:14:17 +01:00
parent 8e3670f430
commit 30230bf645
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,5 @@
<h1>Listing teams</h1>
<h1 class="title">Listing Teams</h1>
<p>Teams with no current members are not displayed.</p>
<p>Search for teams by name:</p>

View file

@ -1,4 +1,5 @@
<h1>Listing Users</h1>
<h1 class="title">Listing Users</h1>
<p>Search for users by name or Steam ID:</p>
<%= form_tag(users_path, method: 'get', class: 'square search') do %>