diff options
| author | hukl <contact@smyck.org> | 2009-09-02 19:37:11 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-02 19:37:11 +0200 |
| commit | 4c4bdfb35d23bc1113e669ff22f2d4e074529707 (patch) | |
| tree | ff8b1f562363004d2d4854e64c23c41935b3ecf1 /app/views/nodes | |
| parent | 282e64efcf5359541d0930ab5ba2c4b8f2654cd3 (diff) | |
renaming and restructuring
Diffstat (limited to 'app/views/nodes')
| -rw-r--r-- | app/views/nodes/edit.html.erb | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb index 90535ef..e41321d 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb | |||
| @@ -47,6 +47,13 @@ | |||
| 47 | <div class="clear_left right"> | 47 | <div class="clear_left right"> |
| 48 | <a id="image_browser_toggle" class="unselected" href="#">image browser</a> | 48 | <a id="image_browser_toggle" class="unselected" href="#">image browser</a> |
| 49 | </div> | 49 | </div> |
| 50 | <div id="image_browser"> | ||
| 51 | <ul> | ||
| 52 | <% Asset.images.each do |image| %> | ||
| 53 | <li rel="images_<%= image.id %>"><%= image_tag(image.upload.url(:thumb)) %></li> | ||
| 54 | <% end %> | ||
| 55 | </ul> | ||
| 56 | </div> | ||
| 50 | </td> | 57 | </td> |
| 51 | </tr> | 58 | </tr> |
| 52 | </table> | 59 | </table> |
| @@ -76,14 +83,4 @@ | |||
| 76 | </table> | 83 | </table> |
| 77 | <% end %> | 84 | <% end %> |
| 78 | <% end %> | 85 | <% end %> |
| 79 | </div> | ||
| 80 | |||
| 81 | |||
| 82 | |||
| 83 | <div id="asset_toolbox"> | ||
| 84 | <ul> | ||
| 85 | <% Asset.images.each do |image| %> | ||
| 86 | <li rel="images_<%= image.id %>"><%= image_tag(image.upload.url(:thumb)) %></li> | ||
| 87 | <% end %> | ||
| 88 | </ul> | ||
| 89 | </div> \ No newline at end of file | 86 | </div> \ No newline at end of file |
