Sha256: 5c5003e24d388e66d2182fd077439ecfad4667552751a3e76581873139f8b86f
Contents?: true
Size: 789 Bytes
Versions: 1
Compression:
Stored size: 789 Bytes
Contents
<script> var jira_baseurl_tip = "<div class='tp1'>The base URL of the JIRA installation (not the URL to the specific JIRA project).</div>"; var jira_project_id_tip = "<div class='tp1'>The id of the JIRA project.</div>"; </script> <table width="100%"> <tr> <td width="25%" class="setting-name">Base URL</td> <td><%= tip(:txt => 'jira_baseurl_tip') %></td> <td width="75%"><%= text_or_input(@edit, :name => "DamageControl::Tracker::JIRA[baseurl]", :value => jira.baseurl) %></td> </tr> <tr> <td class="setting-name">Project id</td> <td><%= tip(:txt => 'jira_project_id_tip') %></td> <td width="75%"><%= text_or_input(@edit, :name => "DamageControl::Tracker::JIRA[project_id]", :value => jira.project_id) %></td> </tr> </table> <img src="/images/jira.gif"/>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
damagecontrol-0.5.0 | app/views/project/_jira.rhtml |