Sha256: 3cbb3fa540fbe14d5088707f16a294b80e22373abc517c2325b3ca490daa6d2e

Contents?: true

Size: 961 Bytes

Versions: 6

Compression:

Stored size: 961 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("Switch to Advanced Mode", :controller => :advanced, :action => :users) %>
					<% else %>
            <%=link_to("Switch to Simple Mode", :controller => :simple, :action => :users) %>
					<% end %>	
		    </td>
		  </tr>
		</table>
	</center>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
will_filter-3.1.7 test/dummy/app/views/common/_menu.html.erb
will_filter-3.1.6 test/dummy/app/views/common/_menu.html.erb
will_filter-3.1.5 test/dummy/app/views/common/_menu.html.erb
will_filter-3.1.3 test/dummy/app/views/common/_menu.html.erb
will_filter-3.1.2 test/dummy/app/views/common/_menu.html.erb
will_filter-3.1.1 test/dummy/app/views/common/_menu.html.erb