This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| trying to clone repo: | |
| > git clone git-Helios@angel1.projectlocker.com:TRACKSGIT.git | |
| Cloning into TRACKSGIT... | |
| git-Helios@angel1.projectlocker.com's password: | |
| Permission denied, please try again. | |
| (I was using my password - don't know if git-Helios has a different one. | |
| I tried the same thing with my own username but same problem) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| = render :partial => 'project_heading', :locals => { :project => @project } | |
| - popuparray = ['new_window_name', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,height=600,width=800'] | |
| = link_to 'View wiki page', 'http://wiki.askhelios.com/index.php/' + @project.number, :popup => popuparray | |
| %h2 Overview | |
| %p | |
| %span.lbl | |
| %b Project Manager | |
| = format_name @project.manager | |
| %p | |
| %span.lbl |