Redmine change's
This commit is contained in:
		
							parent
							
								
									0b0916179f
								
							
						
					
					
						commit
						be7ce0bf45
					
				|  | @ -50,13 +50,13 @@ | ||||||
| 				<div class="control-group"> | 				<div class="control-group"> | ||||||
| 					<label class="control-label">Start</label> | 					<label class="control-label">Start</label> | ||||||
| 					<div class="controls"> | 					<div class="controls"> | ||||||
| 						<%= f.datetime_select :postdate, {:use_month_numbers => true, :order => [:day, :month, :year] }, {:class => 'input-small'} %>				 | 						<%= f.datetime_select :postdate, {:use_month_numbers => true, :order => [:day, :month, :year] }, {:class => 'span1'} %> | ||||||
| 					</div> | 					</div> | ||||||
| 				</div> | 				</div> | ||||||
| 				<div class="control-group"> | 				<div class="control-group"> | ||||||
| 					<label class="control-label">End</label> | 					<label class="control-label">End</label> | ||||||
| 					<div class="controls"> | 					<div class="controls"> | ||||||
| 						<%= f.datetime_select :deadline, {:use_month_numbers => true, :prompt => { :month => 'Month', :day => 'Day', :year => 'Year'}, :order => [:day, :month, :year] }, {:class => 'input-small'} %> | 						<%= f.datetime_select :deadline, {:use_month_numbers => true, :prompt => { :month => 'Month', :day => 'Day', :year => 'Year'}, :order => [:day, :month, :year] }, {:class => 'span1'} %> | ||||||
| 					</div> | 					</div> | ||||||
| 				</div> | 				</div> | ||||||
| 			</div> | 			</div> | ||||||
|  |  | ||||||
|  | @ -2,10 +2,10 @@ | ||||||
| <h1 class="h1"><%= @news_bulletin.title[I18n.locale] %></h1> | <h1 class="h1"><%= @news_bulletin.title[I18n.locale] %></h1> | ||||||
| <div class="info"> | <div class="info"> | ||||||
| 	<div class="info1"> | 	<div class="info1"> | ||||||
|  | 		<span class="pull-right"><%= dislpay_view_count(@news_bulletin) %></span> | ||||||
| 		<span class="date"><%= @news_bulletin.postdate %></span> | 		<span class="date"><%= @news_bulletin.postdate %></span> | ||||||
| 		 |  | 		 |  | ||||||
| 		<a href="" class="unit"><%= @news_bulletin.unit_list_for_anc.title[I18n.locale] rescue '' %></a> | 		<a href="" class="unit"><%= @news_bulletin.unit_list_for_anc.title[I18n.locale] rescue '' %></a> | ||||||
| 		<span><%= dislpay_view_count(@news_bulletin) %></span> |  | ||||||
| 	</div> | 	</div> | ||||||
| </div> | </div> | ||||||
| <div class="news_image"> | <div class="news_image"> | ||||||
|  |  | ||||||
|  | @ -3,8 +3,9 @@ | ||||||
| 
 | 
 | ||||||
| <p id="notice"><%= flash_messages %></p> | <p id="notice"><%= flash_messages %></p> | ||||||
| 
 | 
 | ||||||
|  | <div class="view_count pull-right"><%= dislpay_view_count(@page_context) %></div> | ||||||
| <h1 class="h1"><%= @page_context.page.i18n_variable[I18n.locale] rescue nil %></h1> | <h1 class="h1"><%= @page_context.page.i18n_variable[I18n.locale] rescue nil %></h1> | ||||||
| 
 | 
 | ||||||
| <div class="page_content"><%= @page_context.context[I18n.locale].html_safe rescue nil %></div> | <div class="page_content"><%= @page_context.context[I18n.locale].html_safe rescue nil %></div> | ||||||
| 
 | 
 | ||||||
| <div><%= dislpay_view_count(@page_context) %></div> | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue