Skip to content

Commit

Permalink
Added default view to interface generator
Browse files Browse the repository at this point in the history
  • Loading branch information
sinisterchipmunk committed Dec 14, 2009
1 parent e3f9a15 commit 0acfe19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions divinity_generators/interface/templates/app/view.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# TODO: Add some default view
# similar to "Interfaces::<%=class_name%>#<%=action%>, find me in app/views/interfaces/<%=file_name%>/<%=action%>.rb"
panel :center do
button :north, "Interfaces::<%=class_name%>#<%=action%>"
button :center, "Find me in app/views/interfaces/<%=file_name%>/<%=action%>.rb"
end

0 comments on commit 0acfe19

Please sign in to comment.