Sha256: dcf8c22650648304ffce48259a973894ea0cd9aa9dbb872c13df6d3793258e85

Contents?: true

Size: 840 Bytes

Versions: 8

Compression:

Stored size: 840 Bytes

Contents

.yui-b
  -box do 
    %h3= :help.l
    %p= :clippings_are_a_way_to_save_images_you_like_from_around_the_web.l

#yui-main
  .yui-b
    -box do 
      %h3= :new_clipping.l
      %img{"src"=>"#{h @clipping.image_uri}"}
      = form_for(:clipping, :url => user_clippings_path(@user), :html => { :class => "MainForm" }) do |f|
        %label= :url.l
        = f.text_field :url

        %label= :image_url.l
        = f.text_field :image_url
        
        %label= :description.l
        = f.text_field :description

        %label
          =:tags.l
          %em="(#{:optional_keywords_describing_this_clipping_separated_by_commas.l})"
        = text_field_tag 'tag_list', @clipping.tag_list

        %p
          = submit_tag :create.l
          = :or.l
          = link_to :cancel_and_go_back_to_my_clippings.l, user_clippings_path(@user)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/clippings/new.html.haml
community_engine-2.3.1 app/views/clippings/new.html.haml
community_engine-2.3.0 app/views/clippings/new.html.haml
community_engine-2.1.0 app/views/clippings/new.html.haml
community_engine-2.0.0 app/views/clippings/new.html.haml
community_engine-2.0.0.beta3 app/views/clippings/new.html.haml
community_engine-2.0.0.beta2 app/views/clippings/new.html.haml
community_engine-2.0.0.beta1 app/views/clippings/new.html.haml