Sha256: 88d03c154f15627dc6632dac41d0b60c34e5e221644dce97a9a896d2af765285
Contents?: true
Size: 372 Bytes
Versions: 6
Compression:
Stored size: 372 Bytes
Contents
<table class="basic-table"> <h3>Company images</h3> <tr> <td><%= t("filename") %>:</td> <td><%= f.file_field :attachment %></td> </tr> <tr> <td><%= t("alt_text") %>:</td> <td><%= f.text_field :alt, :value => "There is no image available" %></td> </tr> <tr> <td><%= f.hidden_field :viewable_id, :value => @supplier.id %></td> </tr> </table>
Version data entries
6 entries across 6 versions & 1 rubygems