feat: implement basic info display for anemos
This commit is contained in:
parent
06a12df43f
commit
ce5d327ca2
34 changed files with 582 additions and 88 deletions
9
app/views/instance/_zone_img.html.erb
Normal file
9
app/views/instance/_zone_img.html.erb
Normal file
|
@ -0,0 +1,9 @@
|
|||
<% if zone == "anemos" %>
|
||||
<img src="/wind.png" width="35" alt=<%= alt %> title=<%= title %> />
|
||||
<% elsif zone == "pagos" %>
|
||||
<img src="/ice.png" width="35" alt=<%= alt %> title=<%= title %> />
|
||||
<% elsif zone == "pyros" %>
|
||||
<img src="/fire.png" width="35" alt=<%= alt %> title=<%= title %> />
|
||||
<% elsif zone == "hydatos" %>
|
||||
<img src="/water.png" width="35" alt=<%= alt %> title=<%= title %> />
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue