From: Ira W. Snyder Date: Tue, 27 Nov 2007 04:14:09 +0000 (-0800) Subject: Add Description to the edit pages for {Video,Game,Rentable}Policy X-Git-Tag: turned-in~6 X-Git-Url: https://www.irasnyder.com/gitweb/?a=commitdiff_plain;h=8aced6893e5ea362fe6f7460b9341a2dbe745025;p=cs356-p2-videostore.git Add Description to the edit pages for {Video,Game,Rentable}Policy Signed-off-by: Ira W. Snyder --- diff --git a/app/views/game_policy/edit.rhtml b/app/views/game_policy/edit.rhtml index ad3a557..1f8c0cb 100644 --- a/app/views/game_policy/edit.rhtml +++ b/app/views/game_policy/edit.rhtml @@ -1,4 +1,6 @@ -

Editing game_policy

+

Editing Game Rental Policy

+ +

Description: <%= @game_policy.description %>

<% form_tag :action => 'update', :id => @game_policy do %> <%= render :partial => 'form' %> diff --git a/app/views/rentable_policy/edit.rhtml b/app/views/rentable_policy/edit.rhtml index cff2755..89401c3 100644 --- a/app/views/rentable_policy/edit.rhtml +++ b/app/views/rentable_policy/edit.rhtml @@ -1,4 +1,6 @@ -

Editing rentable_policy

+

Editing Rentable Items Policy

+ +

Description: <%= @rentable_policy.description %>

<% form_tag :action => 'update', :id => @rentable_policy do %> <%= render :partial => 'form' %> diff --git a/app/views/video_policy/edit.rhtml b/app/views/video_policy/edit.rhtml index cdcb61b..d9a95c0 100644 --- a/app/views/video_policy/edit.rhtml +++ b/app/views/video_policy/edit.rhtml @@ -1,4 +1,6 @@ -

Editing video_policy

+

Editing Video Rental Policy

+ +

Description: <%= @video_policy.description %>

<% form_tag :action => 'update', :id => @video_policy do %> <%= render :partial => 'form' %> diff --git a/db/development.sqlite3 b/db/development.sqlite3 index 0922722..2f9ea91 100644 Binary files a/db/development.sqlite3 and b/db/development.sqlite3 differ