Update translations
This commit is contained in:
parent
d5e7f6c4b3
commit
25c3650e59
5 changed files with 247 additions and 237 deletions
|
|
@ -57,9 +57,9 @@
|
|||
<textarea type="text" name="description" class="form-control"><%= params[:description] %></textarea>
|
||||
</div>
|
||||
<% if @vote.candidates.length < 2 %>
|
||||
<button type="submit" class="btn btn-primary"><%= _("Add candidate") %></button>
|
||||
<button type="submit" class="btn btn-primary"><%= _("Add") %></button>
|
||||
<% else %>
|
||||
<button type="submit" class="btn btn-outline-primary"><%= _("Add candidate") %></button>
|
||||
<button type="submit" class="btn btn-outline-primary"><%= _("Add") %></button>
|
||||
<% end %>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue