Sha256: 44fe8e1accd42aa56732e248d4ab31ef076ffbe6dffad4d8096c3ac75cc74d08

Contents?: true

Size: 1.54 KB

Versions: 4

Compression:

Stored size: 1.54 KB

Contents

<%
# WontoMedia - a wontology web application
# Copyright (C) 2011 - Glen E. Ivey
#    www.wontology.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License version
# 3 as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program in the file COPYING and/or LICENSE.  If not,
# see "http://www.gnu.org/licenses/".
%>

<% @have_displayed_out_links = false unless defined? @have_displayed_out_links
 %>

<ul>
  <li>
    <%= link_to 'Create a new connection', new_connection_path,
          :rel => 'nofollow' -%><%
      unless @have_displayed_out_links %><%=
        popup_help_icon "Help for connections create/new",
          "Help:Popup/ConnectionAdd"
      -%><% end %>
  </li>

  <li>
    <%= link_to 'View all items', items_path -%><%
      unless @have_displayed_out_links %><%=
        popup_help_icon "Help for items list", "Help:Popup/ShowItems" -%><%
      end %>
  </li>

  <li>
    <%= link_to 'Create a new item', new_item_path, :rel => 'nofollow' -%><%
    unless @have_displayed_out_links %><%=
      popup_help_icon "Help for items create/new", "Help:Popup/ItemAdd" -%><%
    end %>
  </li>
</ul>

<% @have_displayed_out_links = true %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wontomedia-1.0.7 app/views/connections/_index_outbound_links.html.erb
wontomedia-1.0.6 app/views/connections/_index_outbound_links.html.erb
wontomedia-1.0.5 app/views/connections/_index_outbound_links.html.erb
wontomedia-1.0.4 app/views/connections/_index_outbound_links.html.erb