Actions
Feature #369
closedGo directly to issue
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? >
<li class="right">Go to bug #<form method="get" action="/issues/show/12">
<input type="text" style="width: 4em" />
</form></li>
< end %>
Except actually working. I don't yet know enough rails to make that form working.
Actions