Skip to content

Instantly share code, notes, and snippets.

@tshirtman
Created August 13, 2012 13:05
Show Gist options
  • Select an option

  • Save tshirtman/3340515 to your computer and use it in GitHub Desktop.

Select an option

Save tshirtman/3340515 to your computer and use it in GitHub Desktop.
<%= link_to :my_open_issues, :controller => 'issues',
:action => 'index',
:set_filter => 1,
:status_id => open_status,
:project => minister_projects,
:sort => 'updated_on:desc'%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment