Sha256: 05af8e581315fe2d4395976cd6c4fc558a366fbc8853c25e55aa4e4e115a0f99
Contents?: true
Size: 548 Bytes
Versions: 61
Compression:
Stored size: 548 Bytes
Contents
<% content_for :title do%> <%= @event.name %> <%end%> <% if @event.profile.description? %> <% content_for :description do %> <%= @event.profile.description%> <% end %> <%end%> <% content_for :keywords do %> <%= @event.tag_list%> <% end %> <% content_for :sidebar do %> <%= render :partial => 'users/sidebar_index' %> <% end %> <% toolbar :profile => @event %> <%= location(link_to(image_tag("btn/btn_outline.png", :class => "menu_icon")+t('menu.outline'), agenda_path(@event))) %> <%= render :partial => "edit" %>
Version data entries
61 entries across 61 versions & 2 rubygems