Created
January 15, 2014 11:29
-
-
Save iurevych/8434640 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/app/grids/view_setups_grid.rb b/app/grids/view_setups_grid.rb | |
index ef610d7..54cdeb1 100644 | |
--- a/app/grids/view_setups_grid.rb | |
+++ b/app/grids/view_setups_grid.rb | |
@@ -32,7 +32,7 @@ class ViewSetupsGrid | |
end | |
end | |
- column(:description) do |view_setup| | |
+ column(:view) do |view_setup| | |
format(view_setup.description) do |value| | |
link_to(value, site_campaign_view_setup_path(view_setup.campaign.site, view_setup.campaign, view_setup.view_name)) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment