File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 33@section (' content' 
44<h1 >{{  $project -> title   } }h1 >
55<h3 >{{  $project -> description   } }h3 >
6- <a  href =" /members/{{  $project -> id   } }" a >
6+ 
7+ @if ($project -> github_link 
8+ 	<h3 ><a  href =" {{ $project -> github_link } }" a ></h3 >
9+ @endif 
10+ 
11+ @if ($project -> slack_link 
12+ 	<h3 ><a  href =" {{ $project -> slack_link } }" a ></h3 >
13+ @endif 
14+ 
15+ @if ($project -> website_link 
16+ 	<h3 >{{  $project -> website_link   } }h3 >
17+ @endif 
18+ 
19+ @if ($project -> get_involved_pitch 
20+ 	<h3 >{{  $project -> get_involved_pitch   } }h3 >
21+ @endif 
22+ 
23+ @if ($project -> project_admin_user_id 
24+ 	<h3 ><a  href =" /user/{{ $project -> project_admin_user_id } }" a ></h3 >
25+ @endif 
26+ 
27+ <h4 ><a  href =" /members/{{  $project -> id   } }" a ></h4 >
728
829<div >
930</div >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments