Project

General

Profile

Actions

Feature #369

closed

Go directly to issue

Added by bajs bajs almost 17 years ago. Updated almost 17 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

Add something like this to app/views/layout/base.rhtml after the "Log in" button:

<% if loggedin? >
&lt;li class="right"&gt;Go to bug #&lt;form method="get" action="/issues/show/12"&gt;
&lt;input type="text" style="width: 4em" /&gt;
&lt;/form&gt;&lt;/li&gt;
<
end %>

Except actually working. I don't yet know enough rails to make that form working.

Actions #1

Updated by bajs bajs almost 17 years ago

I got it working, see "patches" tracker

Actions

Also available in: Atom PDF