How can i edit this code ?
<img data-seq src="images/model1.png" />
For this , but using script - "data-seq":
<%= image_tag 'model1.png' %>
I'm not sure what you want, but if you want to add a custom data-seq value, use this:
<%= image_tag 'model1.png', data: { seq: '' } %>