Sha256: 8c869a843ef75f49fb452c827a10bc2bd2d6b8e3f8171c722f7a569cd94fcc9f

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

<%= form_for @topic do |f| %>
	<h2>Adding New Topic</h2>
	<%= render 'shared/error_messages', :object => f.object %><br/>
	<%= render 'fields', :f => f %>
	<br/>
	<%= f.submit "Add Topic" %> &nbsp; <input type="button" value="Cancel" onclick="document.location='<%= topics_path %>'">
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
help_popups-1.0.0 app/views/help_popups/topics/new.html.erb
help_popups-0.1.1 app/views/help_popups/topics/new.html.erb
help_popups-0.1.0 app/views/help_popups/topics/new.html.erb