Skip to content

Commit

Permalink
Update map.html.erb (#7747)
Browse files Browse the repository at this point in the history
  • Loading branch information
VisnuGanth authored Mar 29, 2020
1 parent b331bb1 commit 0eb8a4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/views/users/map.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<form method="GET" action="/users/map" id="search">
<div class="row">
<div class="col-lg-1">
<label for="search"><%= t('users.map.search') %></label>
<label for="search"><%= translation('users.map.search') %></label>
</div>
<div class="form-group col-lg-1">
<select name="tag" id="tag_type" class="form-control" value="<%= params[:tag] %>">
<option></option>
<option><%= t('users.map.skill') %></option>
<option><%= t('users.map.gear') %></option>
<option><%= t('users.map.role') %></option>
<option><%= t('users.map.tool') %></option>
<option><%= translation('users.map.skill') %></option>
<option><%= translation('users.map.gear') %></option>
<option><%= translation('users.map.role') %></option>
<option><%= translation('users.map.tool') %></option>
</select>
</div>
<div class="form-group col-lg-2">
Expand All @@ -22,7 +22,7 @@

<div class="row">
<div class="col-lg-1">
<label for="search location"><%= t('users.map.location') %></label>
<label for="search location"><%= translation('users.map.location') %></label>
</div>
<div class="form-group col-lg-3">
<input type="text" name="country" class="form-control" id="country" value="<%= params[:country] %>">
Expand Down

0 comments on commit 0eb8a4b

Please sign in to comment.