質問編集履歴
2
ブラウザのhtmlの記述を追加
    
        title	
    CHANGED
    
    | 
            File without changes
         | 
    
        body	
    CHANGED
    
    | @@ -135,6 +135,9 @@ | |
| 135 135 | 
             
                                    new_prototype GET    /prototypes/new(.:format)                                                                prototypes#new
         | 
| 136 136 |  | 
| 137 137 | 
             
            ```
         | 
| 138 | 
            +
            [ブラウザ  html:1 ](https://gyazo.com/03c6849b080c5cd122c66425f2cd9503)
         | 
| 139 | 
            +
            [ブラウザ html:2](https://gyazo.com/9591dfab801f8e257ac82b095c6c5944)
         | 
| 140 | 
            +
            [ブラウザ html:3](https://gyazo.com/abc937a448eca25ac1a132fe74d90728)
         | 
| 138 141 |  | 
| 139 142 | 
             
            ### 試したこと
         | 
| 140 143 |  | 
1
new.html.erb→views/prototypes/new.html.erb
    
        title	
    CHANGED
    
    | 
            File without changes
         | 
    
        body	
    CHANGED
    
    | @@ -55,7 +55,7 @@ | |
| 55 55 |  | 
| 56 56 | 
             
            end
         | 
| 57 57 | 
             
            ```
         | 
| 58 | 
            -
            new.html.erb
         | 
| 58 | 
            +
            views/prototypes/new.html.erb
         | 
| 59 59 | 
             
            ```html
         | 
| 60 60 | 
             
            <div class="main">
         | 
| 61 61 | 
             
              <div class="inner">
         |