Sha256: b01ba830e4dbba99911d234cc83eb9568af5fc1af4e70130c3174ba4407c68ae

Contents?: true

Size: 946 Bytes

Versions: 1

Compression:

Stored size: 946 Bytes

Contents

<div style="width:100%; padding-top:5px; padding-bottom:5px; background-color:#eee; border-bottom:1px dotted grey; font-size: 14px;">
  <center>
		<table style="width:900px;" cellpadding="0" cellspacing="0">
		  <tr>
		    <td style="text-align:left;">
		        <%=link_to("Users", :action => :users) %>
		      | <%=link_to("Events", :action => :events) %>
		      | <%=link_to("Event Members", :action => :event_members) %>
          <% unless controller.controller_name == 'simple' %>
           | <%=link_to("Users with Actions", :action => :users_with_actions) %>
					<% end %>
		    </td>
		    <td style="text-align:right;">
				  <% if controller.controller_name == 'simple' %>
  		      <%=link_to("Extended Filters", :controller => :advanced, :action => :users) %>
					<% else %>
            <%=link_to("Basic Filters", :controller => :simple, :action => :users) %>
					<% end %>	
		    </td>
		  </tr>
		</table>
	</center>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
will_filter-3.1.8 test/dummy/app/views/common/_menu.html.erb