Skip to content

Commit

Permalink
add a dom id to any custom tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
djones committed Oct 6, 2010
1 parent 793918d commit edd1d33
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
</li>
<% end %>
<% Refinery::Pages.tabs.each_with_index do |tab, tab_index| %>
<li class='ui-state-default'>
<li class='ui-state-default' id="custom_<%= tab.name %>_tab">
<%= link_to tab.name.titleize, "#custom_tab_#{tab_index}" %>
</li>
<% end %>
Expand Down

0 comments on commit edd1d33

Please sign in to comment.