Sha256: f3640a5375a875693782d1007b6666ab1f1d8289b778a4ea06e564ee5af2263f

Contents?: true

Size: 427 Bytes

Versions: 19

Compression:

Stored size: 427 Bytes

Contents

<%= form_for([:admin, @attachment], :url => {:action => :update, :query => params[:query], :page => params[:page]}) do |f| -%>
	<table>
		<tr>
			<td class="label"><%= f.label 'name', :class => "short" %></td>
			<td class="input"><%= f.text_field 'name', :class => 'thin_border very_long' %></td>
		</tr>
		<tr>
			<td></td>
			<td class="submit"><%= f.button t('save'), :class => 'button' %></td>
		</tr>
	</table>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.11 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.9.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.9 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.8.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.8 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.7 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.6 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.5 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.4 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.rc6 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.rc5 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.rc4 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.rc3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.1.rc2 app/views/alchemy/admin/attachments/edit.html.erb