Fix textaerea containing spaces

master
Daniel Berteaud 9 years ago
parent c34e2a5471
commit 4ebdf173c3
  1. 3
      templates/default/feedback.html.ep
  2. 3
      templates/default/invitation.html.ep
  3. 3
      templates/default/invite_modal.html.ep
  4. 3
      templates/default/join.html.ep

@ -30,8 +30,7 @@
class="form-control"
rows="10"
placeholder="<%= l('VROOM_IS_AWESOME') %>"
required>
</textarea>
required></textarea>
</div>
<button type="submit"
class="btn btn-primary">

@ -34,8 +34,7 @@
id="message"
class="form-control"
rows="5"
placeholder="<%= l('DONT_WAIT_FOR_ME') %>">
</textarea>
placeholder="<%= l('DONT_WAIT_FOR_ME') %>"></textarea>
</div>
<div class="form-group">
<label>

@ -46,8 +46,7 @@
<textarea id="message"
name="message"
class="form-control"
placeholder="<%= l('MESSAGE') %>">
</textarea>
placeholder="<%= l('MESSAGE') %>"></textarea>
</div>
</div>
<div class="form-group">

@ -474,8 +474,7 @@
id="chatBox"
form_id="chatForm"
placeholder="<%= l('SET_YOUR_NAME_TO_CHAT') %>"
rows=1 disabled>
</textarea>
rows=1 disabled></textarea>
<span class="input-group-btn">
<button type="submit"
id="sendChat"

Loading…
Cancel
Save