Skip to content

Commit

Permalink
removed showing on list call from list view
Browse files Browse the repository at this point in the history
  • Loading branch information
yairgo committed Jan 7, 2009
1 parent 283c656 commit fc85ad0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions frontends/default/views/list.rhtml
Expand Up @@ -22,11 +22,4 @@ ActiveScaffold.server_error_response = '<p class="error-message message">'
+ <%= as_('Close').to_json %>
+ '</a>'
+ '</p>';
</script>
<% if active_scaffold_config.create.show_on_list %>
<script type="text/javascript">
<% link = action_link_id('new', nil) %>
$$("#<%= link %>").first().action_link.open()
</script>
<% end %>

</script>

0 comments on commit fc85ad0

Please sign in to comment.