Mercurial > zeropaste
comparison app/views/pastes/show.html.erb @ 400:d647e79136d8
Add missing translations.
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 06 Sep 2015 03:58:22 +0900 |
parents | 851432f21603 |
children | 634366b67312 |
comparison
equal
deleted
inserted
replaced
399:4bf12ecde0ee | 400:d647e79136d8 |
---|---|
35 </div> | 35 </div> |
36 </div></div></div> | 36 </div></div></div> |
37 | 37 |
38 <div class="row"> | 38 <div class="row"> |
39 <%= form_for @paste, :method => :delete, :authenticity_token => false do |f| %> | 39 <%= form_for @paste, :method => :delete, :authenticity_token => false do |f| %> |
40 <div class="form-group <%= error_class f.object, :key %> col-sm-4"> | 40 <div class="form-group <%= error_class f.object, :key %> col-sm-6"> |
41 <div class="input-group"> | 41 <div class="input-group"> |
42 <%= f.text_field :key, | 42 <%= f.text_field :key, |
43 :value => nil, | 43 :value => nil, |
44 :placeholder => t("pastes.new.deletion_key"), | 44 :placeholder => t("pastes.new.deletion_key"), |
45 :autofocus => f.object.errors.any?, | 45 :autofocus => f.object.errors.any?, |