Displaying 1 result from an estimated 1 matches for "developer_name".
2006 Mar 28
3
Brand newbie question relating to link_to
...umber to
display in the view. I have another method, total_bugs, that will return
the bugzilla url with all the bugid''s for that particular build when
clicked.
Below is what I have in my view. I''d like to pass the :action=>"total_bugs"
some parameters(build_number, developer_name, product_name) based on the
current build. I''ve tried many ways and haven''t been successfull, yet. Any
help is greatly appreciated. Thanks!
<%
for build in @bugDashboard
%>
<span class="tabledata">
<%= link_to build.bug_total, {:controll...