mirror of
				https://activitypub.software/TransFem-org/Sharkey.git
				synced 2025-11-01 09:10:06 +00:00 
			
		
		
		
	投稿のリンクが機能していない問題を修正
This commit is contained in:
		
							parent
							
								
									1622d63c7e
								
							
						
					
					
						commit
						4540b75e58
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -5,6 +5,7 @@ ChangeLog
 | 
				
			||||||
unreleased
 | 
					unreleased
 | 
				
			||||||
----------
 | 
					----------
 | 
				
			||||||
* New: パスワードを変更する際に新しいパスワードを二度入力させる (#739)
 | 
					* New: パスワードを変更する際に新しいパスワードを二度入力させる (#739)
 | 
				
			||||||
 | 
					* Fix: 投稿のリンクが機能していない問題を修正
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2470 (2017/08/29)
 | 
					2470 (2017/08/29)
 | 
				
			||||||
-----------------
 | 
					-----------------
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -30,7 +30,7 @@
 | 
				
			||||||
			<header>
 | 
								<header>
 | 
				
			||||||
				<a class="name" href={ '/' + p.user.username } data-user-preview={ p.user.id }>{ p.user.name }</a>
 | 
									<a class="name" href={ '/' + p.user.username } data-user-preview={ p.user.id }>{ p.user.name }</a>
 | 
				
			||||||
				<span class="username">@{ p.user.username }</span>
 | 
									<span class="username">@{ p.user.username }</span>
 | 
				
			||||||
				<a class="time" href={ url }>
 | 
									<a class="time" href={ '/' + p.user.username + '/' + p.id }>
 | 
				
			||||||
					<mk-time time={ p.created_at }/>
 | 
										<mk-time time={ p.created_at }/>
 | 
				
			||||||
				</a>
 | 
									</a>
 | 
				
			||||||
			</header>
 | 
								</header>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue